Html Css Color HEX #E5864A Flamenco

📋 copy color: '#E5864A'

red 229 ◦ green 134 ◦ blue 74

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

Shades of Flamenco #E5864A

Tints of Flamenco #E5864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 52.4%
G = 30.66%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5864A (or 0xE5864A) is known color: Flamenco. HEX triplet: E5, 86 and 4A. RGB value is (229,134,74). Sum of RGB (Red+Green+Blue) = 229+134+74=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5864A is #1A79B5. Grayscale: #9B9B9B. Windows color (decimal): -1735094 or 4884197. OLE color: 4884197.

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

Color convert

RGB 229 134 74 -
CMYK 0 0.41 0.68 0.10
HSL 23.23º 0.75% 0.59% -
HSV(B) 23.23º 0.68% 0.9% -
XYZ 42.07 34.2 10.86 -
YUV 155.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 229 134 74 0 0.41 0.68 0.10 23.23 0.75 0.59
Hex E5 86 4A 0 29 44 A 17 4B 3B
Octal 345 206 112 0 51 104 12 27 113 73
Binary 11100101 10000110 1001010 0 101001 1000100 1010 10111 1001011 111011

Color Harmonies of #E5864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5864A

Black with #E5864A

Text Example


Text Example

White with #E5864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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