Html Css Color HEX #EA8744 Flamenco

📋 copy color: '#EA8744'

red 234 ◦ green 135 ◦ blue 68

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

Shades of Flamenco #EA8744

Tints of Flamenco #EA8744

RGB

 RED value IS 234 (91.8% from 255) = 53.55%

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 68 (26.95% from 255) = 15.56%

R = 53.55%
G = 30.89%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA8744 (or 0xEA8744) is known color: Flamenco. HEX triplet: EA, 87 and 44. RGB value is (234,135,68). Sum of RGB (Red+Green+Blue) = 234+135+68=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8744 is #1578BB. Grayscale: #9D9D9D. Windows color (decimal): -1407164 or 4491242. OLE color: 4491242.

HSL color Cylindrical-coordinate representation of color #EA8744: hue angle of 24.22º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA8744 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 135 68 -
CMYK 0 0.42 0.71 0.08
HSL 24.22º 0.8% 0.59% -
HSV(B) 24.22º 0.71% 0.92% -
XYZ 43.64 35.24 9.97 -
YUV 156.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 234 135 68 0 0.42 0.71 0.08 24.22 0.8 0.59
Hex EA 87 44 0 2A 47 8 18 50 3B
Octal 352 207 104 0 52 107 10 30 120 73
Binary 11101010 10000111 1000100 0 101010 1000111 1000 11000 1010000 111011

Color Harmonies of #EA8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8744

Black with #EA8744

Text Example


Text Example

White with #EA8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8744; }

 p { color: rgb(234,135,68); }

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

background-color css

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

 a { background-color: rgb(234,135,68); }

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

border-color css

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

 span { border-color: rgb(234,135,68); }

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