Html Css Color HEX #EF8544 Flamenco

📋 copy color: '#EF8544'

red 239 ◦ green 133 ◦ blue 68

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

Shades of Flamenco #EF8544

Tints of Flamenco #EF8544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 54.32%
G = 30.23%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF8544 (or 0xEF8544) is known color: Flamenco. HEX triplet: EF, 85 and 44. RGB value is (239,133,68). Sum of RGB (Red+Green+Blue) = 239+133+68=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8544 is #107ABB. Grayscale: #9D9D9D. Windows color (decimal): -1079996 or 4490735. OLE color: 4490735.

HSL color Cylindrical-coordinate representation of color #EF8544: hue angle of 22.81º 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 #EF8544 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 68 -
CMYK 0 0.44 0.72 0.06
HSL 22.81º 0.84% 0.6% -
HSV(B) 22.81º 0.72% 0.94% -
XYZ 45.03 35.54 9.96 -
YUV 157.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 239 133 68 0 0.44 0.72 0.06 22.81 0.84 0.6
Hex EF 85 44 0 2C 48 6 17 54 3C
Octal 357 205 104 0 54 110 6 27 124 74
Binary 11101111 10000101 1000100 0 101100 1001000 110 10111 1010100 111100

Color Harmonies of #EF8544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8544

Black with #EF8544

Text Example


Text Example

White with #EF8544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8544; }

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

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

background-color css

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

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

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

border-color css

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

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

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