Html Css Color HEX #EA8844 Flamenco

📋 copy color: '#EA8844'

red 234 ◦ green 136 ◦ blue 68

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

Shades of Flamenco #EA8844

Tints of Flamenco #EA8844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 53.42%
G = 31.05%
B = 15.53%

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

#EA8844 (or 0xEA8844) is known color: Flamenco. HEX triplet: EA, 88 and 44. RGB value is (234,136,68). Sum of RGB (Red+Green+Blue) = 234+136+68=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8844 is #1577BB. Grayscale: #9D9D9D. Windows color (decimal): -1406908 or 4491498. OLE color: 4491498.

HSL color Cylindrical-coordinate representation of color #EA8844: hue angle of 24.58º 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 #EA8844 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 136 68 -
CMYK 0 0.42 0.71 0.08
HSL 24.58º 0.8% 0.59% -
HSV(B) 24.58º 0.71% 0.92% -
XYZ 43.78 35.52 10.02 -
YUV 157.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 234 136 68 0 0.42 0.71 0.08 24.58 0.8 0.59
Hex EA 88 44 0 2A 47 8 19 50 3B
Octal 352 210 104 0 52 107 10 31 120 73
Binary 11101010 10001000 1000100 0 101010 1000111 1000 11001 1010000 111011

Color Harmonies of #EA8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8844

Black with #EA8844

Text Example


Text Example

White with #EA8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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