Html Css Color HEX #EF8044 Flamenco

📋 copy color: '#EF8044'

red 239 ◦ green 128 ◦ blue 68

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

Shades of Flamenco #EF8044

Tints of Flamenco #EF8044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 68 (26.95% from 255) = 15.63%

R = 54.94%
G = 29.43%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF8044 (or 0xEF8044) is known color: Flamenco. HEX triplet: EF, 80 and 44. RGB value is (239,128,68). Sum of RGB (Red+Green+Blue) = 239+128+68=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8044 is #107FBB. Grayscale: #9A9A9A. Windows color (decimal): -1081276 or 4489455. OLE color: 4489455.

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

Color convert

RGB 239 128 68 -
CMYK 0 0.46 0.72 0.06
HSL 21.05º 0.84% 0.6% -
HSV(B) 21.05º 0.72% 0.94% -
XYZ 44.36 34.21 9.73 -
YUV 154.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 239 128 68 0 0.46 0.72 0.06 21.05 0.84 0.6
Hex EF 80 44 0 2E 48 6 15 54 3C
Octal 357 200 104 0 56 110 6 25 124 74
Binary 11101111 10000000 1000100 0 101110 1001000 110 10101 1010100 111100

Color Harmonies of #EF8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8044

Black with #EF8044

Text Example


Text Example

White with #EF8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8044; }

 p { color: rgb(239,128,68); }

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

background-color css

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

 a { background-color: rgb(239,128,68); }

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

border-color css

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

 span { border-color: rgb(239,128,68); }

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