Html Css Color HEX #EF8840 Flamenco

📋 copy color: '#EF8840'

red 239 ◦ green 136 ◦ blue 64

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

Shades of Flamenco #EF8840

Tints of Flamenco #EF8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 54.44%
G = 30.98%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF8840 (or 0xEF8840) is known color: Flamenco. HEX triplet: EF, 88 and 40. RGB value is (239,136,64). Sum of RGB (Red+Green+Blue) = 239+136+64=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8840 is #1077BF. Grayscale: #9E9E9E. Windows color (decimal): -1079232 or 4229359. OLE color: 4229359.

HSL color Cylindrical-coordinate representation of color #EF8840: hue angle of 24.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8840 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 136 64 -
CMYK 0 0.43 0.73 0.06
HSL 24.69º 0.85% 0.59% -
HSV(B) 24.69º 0.73% 0.94% -
XYZ 45.33 36.33 9.47 -
YUV 158.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 239 136 64 0 0.43 0.73 0.06 24.69 0.85 0.59
Hex EF 88 40 0 2B 49 6 19 55 3B
Octal 357 210 100 0 53 111 6 31 125 73
Binary 11101111 10001000 1000000 0 101011 1001001 110 11001 1010101 111011

Color Harmonies of #EF8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8840

Black with #EF8840

Text Example


Text Example

White with #EF8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8840; }

 p { color: rgb(239,136,64); }

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

background-color css

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

 a { background-color: rgb(239,136,64); }

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

border-color css

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

 span { border-color: rgb(239,136,64); }

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