Html Css Color HEX #E0864D Flamenco

📋 copy color: '#E0864D'

red 224 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #E0864D

Tints of Flamenco #E0864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 51.49%
G = 30.8%
B = 17.7%

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

#E0864D (or 0xE0864D) is known color: Flamenco. HEX triplet: E0, 86 and 4D. RGB value is (224,134,77). Sum of RGB (Red+Green+Blue) = 224+134+77=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0864D is #1F79B2. Grayscale: #9A9A9A. Windows color (decimal): -2062771 or 5080800. OLE color: 5080800.

HSL color Cylindrical-coordinate representation of color #E0864D: hue angle of 23.27º 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 #E0864D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 77 -
CMYK 0 0.40 0.66 0.12
HSL 23.27º 0.7% 0.59% -
HSV(B) 23.27º 0.66% 0.88% -
XYZ 40.61 33.43 11.33 -
YUV 154.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 224 134 77 0 0.40 0.66 0.12 23.27 0.7 0.59
Hex E0 86 4D 0 28 42 C 17 46 3B
Octal 340 206 115 0 50 102 14 27 106 73
Binary 11100000 10000110 1001101 0 101000 1000010 1100 10111 1000110 111011

Color Harmonies of #E0864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0864D

Black with #E0864D

Text Example


Text Example

White with #E0864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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