Html Css Color HEX #E5864C Flamenco

📋 copy color: '#E5864C'

red 229 ◦ green 134 ◦ blue 76

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

Shades of Flamenco #E5864C

Tints of Flamenco #E5864C

RGB

 RED value IS 229 (89.84% from 255) = 52.16%

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

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

R = 52.16%
G = 30.52%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5864C (or 0xE5864C) is known color: Flamenco. HEX triplet: E5, 86 and 4C. RGB value is (229,134,76). Sum of RGB (Red+Green+Blue) = 229+134+76=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5864C is #1A79B3. Grayscale: #9C9C9C. Windows color (decimal): -1735092 or 5015269. OLE color: 5015269.

HSL color Cylindrical-coordinate representation of color #E5864C: hue angle of 22.75º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5864C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 134 76 -
CMYK 0 0.41 0.67 0.10
HSL 22.75º 0.75% 0.6% -
HSV(B) 22.75º 0.67% 0.9% -
XYZ 42.14 34.23 11.22 -
YUV 155.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 229 134 76 0 0.41 0.67 0.10 22.75 0.75 0.6
Hex E5 86 4C 0 29 43 A 17 4B 3C
Octal 345 206 114 0 51 103 12 27 113 74
Binary 11100101 10000110 1001100 0 101001 1000011 1010 10111 1001011 111100

Color Harmonies of #E5864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5864C

Black with #E5864C

Text Example


Text Example

White with #E5864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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