Html Css Color HEX #EF8245 Flamenco

📋 copy color: '#EF8245'

red 239 ◦ green 130 ◦ blue 69

#EF8245
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #EF8245

Tints of Flamenco #EF8245

RGB

 RED value IS 239 (93.75% from 255) = 54.57%

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 69 (27.34% from 255) = 15.75%

R = 54.57%
G = 29.68%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF8245 (or 0xEF8245) is known color: Flamenco. HEX triplet: EF, 82 and 45. RGB value is (239,130,69). Sum of RGB (Red+Green+Blue) = 239+130+69=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8245 is #107DBA. Grayscale: #9B9B9B. Windows color (decimal): -1080763 or 4555503. OLE color: 4555503.

HSL color Cylindrical-coordinate representation of color #EF8245: hue angle of 21.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF8245 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 69 -
CMYK 0 0.46 0.71 0.06
HSL 21.53º 0.84% 0.6% -
HSV(B) 21.53º 0.71% 0.94% -
XYZ 44.65 34.75 9.98 -
YUV 155.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 239 130 69 0 0.46 0.71 0.06 21.53 0.84 0.6
Hex EF 82 45 0 2E 47 6 16 54 3C
Octal 357 202 105 0 56 107 6 26 124 74
Binary 11101111 10000010 1000101 0 101110 1000111 110 10110 1010100 111100

Color Harmonies of #EF8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8245

Black with #EF8245

Text Example


Text Example

White with #EF8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8245; }

 p { color: rgb(239,130,69); }

 H1.HeaderClassName
 {
   color: #EF8245;
 }
 .AnyTagClassName
 {
   color: #EF8245;
 }
</style>

background-color css

<style>
 a { background-color: #EF8245; }

 a { background-color: rgb(239,130,69); }

 div.DivClassName
 {
   background-color: #EF8245;
 }
 .BgClassName
 {
   background-color: #EF8245;
 }
</style>

border-color css

<style>
 span { border-color: #EF8245; }

 span { border-color: rgb(239,130,69); }

 td.TdClassName
 {
   border-color: #EF8245;
 }
 .TagClassName
 {
   border-color: #EF8245;
 }
</style>