Html Css Color HEX #E0864C Flamenco

📋 copy color: '#E0864C'

red 224 ◦ green 134 ◦ blue 76

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

Shades of Flamenco #E0864C

Tints of Flamenco #E0864C

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

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

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

R = 51.61%
G = 30.88%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0864C (or 0xE0864C) is known color: Flamenco. HEX triplet: E0, 86 and 4C. RGB value is (224,134,76). Sum of RGB (Red+Green+Blue) = 224+134+76=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0864C is #1F79B3. Grayscale: #9A9A9A. Windows color (decimal): -2062772 or 5015264. OLE color: 5015264.

HSL color Cylindrical-coordinate representation of color #E0864C: hue angle of 23.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0864C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 76 -
CMYK 0 0.40 0.66 0.12
HSL 23.51º 0.7% 0.59% -
HSV(B) 23.51º 0.66% 0.88% -
XYZ 40.57 33.42 11.15 -
YUV 154.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 224 134 76 0 0.40 0.66 0.12 23.51 0.7 0.59
Hex E0 86 4C 0 28 42 C 18 46 3B
Octal 340 206 114 0 50 102 14 30 106 73
Binary 11100000 10000110 1001100 0 101000 1000010 1100 11000 1000110 111011

Color Harmonies of #E0864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0864C

Black with #E0864C

Text Example


Text Example

White with #E0864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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