Html Css Color HEX #EE864C Flamenco

📋 copy color: '#EE864C'

red 238 ◦ green 134 ◦ blue 76

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

Shades of Flamenco #EE864C

Tints of Flamenco #EE864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 53.13%
G = 29.91%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE864C (or 0xEE864C) is known color: Flamenco. HEX triplet: EE, 86 and 4C. RGB value is (238,134,76). Sum of RGB (Red+Green+Blue) = 238+134+76=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE864C is #1179B3. Grayscale: #9E9E9E. Windows color (decimal): -1145268 or 5015278. OLE color: 5015278.

HSL color Cylindrical-coordinate representation of color #EE864C: hue angle of 21.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE864C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 76 -
CMYK 0 0.44 0.68 0.07
HSL 21.48º 0.83% 0.62% -
HSV(B) 21.48º 0.68% 0.93% -
XYZ 45.09 35.75 11.36 -
YUV 158.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 238 134 76 0 0.44 0.68 0.07 21.48 0.83 0.62
Hex EE 86 4C 0 2C 44 7 15 53 3E
Octal 356 206 114 0 54 104 7 25 123 76
Binary 11101110 10000110 1001100 0 101100 1000100 111 10101 1010011 111110

Color Harmonies of #EE864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE864C

Black with #EE864C

Text Example


Text Example

White with #EE864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE864C; }

 p { color: rgb(238,134,76); }

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

background-color css

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

 a { background-color: rgb(238,134,76); }

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

border-color css

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

 span { border-color: rgb(238,134,76); }

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