Html Css Color HEX #E8864D Flamenco

📋 copy color: '#E8864D'

red 232 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #E8864D

Tints of Flamenco #E8864D

RGB

 RED value IS 232 (91.02% from 255) = 52.37%

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

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

R = 52.37%
G = 30.25%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8864D (or 0xE8864D) is known color: Flamenco. HEX triplet: E8, 86 and 4D. RGB value is (232,134,77). Sum of RGB (Red+Green+Blue) = 232+134+77=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8864D is #1779B2. Grayscale: #9D9D9D. Windows color (decimal): -1538483 or 5080808. OLE color: 5080808.

HSL color Cylindrical-coordinate representation of color #E8864D: hue angle of 22.06º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8864D is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 134 77 -
CMYK 0 0.42 0.67 0.09
HSL 22.06º 0.77% 0.61% -
HSV(B) 22.06º 0.67% 0.91% -
XYZ 43.14 34.74 11.45 -
YUV 156.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 232 134 77 0 0.42 0.67 0.09 22.06 0.77 0.61
Hex E8 86 4D 0 2A 43 9 16 4D 3D
Octal 350 206 115 0 52 103 11 26 115 75
Binary 11101000 10000110 1001101 0 101010 1000011 1001 10110 1001101 111101

Color Harmonies of #E8864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8864D

Black with #E8864D

Text Example


Text Example

White with #E8864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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