Html Css Color HEX #E5864D Flamenco

📋 copy color: '#E5864D'

red 229 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #E5864D

Tints of Flamenco #E5864D

RGB

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

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

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

R = 52.05%
G = 30.45%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5864D (or 0xE5864D) is known color: Flamenco. HEX triplet: E5, 86 and 4D. RGB value is (229,134,77). Sum of RGB (Red+Green+Blue) = 229+134+77=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5864D is #1A79B2. Grayscale: #9C9C9C. Windows color (decimal): -1735091 or 5080805. OLE color: 5080805.

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

Color convert

RGB 229 134 77 -
CMYK 0 0.41 0.66 0.10
HSL 22.5º 0.75% 0.6% -
HSV(B) 22.5º 0.66% 0.9% -
XYZ 42.18 34.24 11.41 -
YUV 155.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 229 134 77 0 0.41 0.66 0.10 22.5 0.75 0.6
Hex E5 86 4D 0 29 42 A 16 4B 3C
Octal 345 206 115 0 51 102 12 26 113 74
Binary 11100101 10000110 1001101 0 101001 1000010 1010 10110 1001011 111100

Color Harmonies of #E5864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5864D

Black with #E5864D

Text Example


Text Example

White with #E5864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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