Html Css Color HEX #EE8140 Flamenco

📋 copy color: '#EE8140'

red 238 ◦ green 129 ◦ blue 64

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

Shades of Flamenco #EE8140

Tints of Flamenco #EE8140

RGB

 RED value IS 238 (93.36% from 255) = 55.22%

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 55.22%
G = 29.93%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE8140 (or 0xEE8140) is known color: Flamenco. HEX triplet: EE, 81 and 40. RGB value is (238,129,64). Sum of RGB (Red+Green+Blue) = 238+129+64=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8140 is #117EBF. Grayscale: #9A9A9A. Windows color (decimal): -1146560 or 4227566. OLE color: 4227566.

HSL color Cylindrical-coordinate representation of color #EE8140: hue angle of 22.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE8140 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 64 -
CMYK 0 0.46 0.73 0.07
HSL 22.41º 0.84% 0.59% -
HSV(B) 22.41º 0.73% 0.93% -
XYZ 44.04 34.25 9.14 -
YUV 154.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 238 129 64 0 0.46 0.73 0.07 22.41 0.84 0.59
Hex EE 81 40 0 2E 49 7 16 54 3B
Octal 356 201 100 0 56 111 7 26 124 73
Binary 11101110 10000001 1000000 0 101110 1001001 111 10110 1010100 111011

Color Harmonies of #EE8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8140

Black with #EE8140

Text Example


Text Example

White with #EE8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8140; }

 p { color: rgb(238,129,64); }

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

background-color css

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

 a { background-color: rgb(238,129,64); }

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

border-color css

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

 span { border-color: rgb(238,129,64); }

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