Html Css Color HEX #EA8049 Flamenco

📋 copy color: '#EA8049'

red 234 ◦ green 128 ◦ blue 73

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

Shades of Flamenco #EA8049

Tints of Flamenco #EA8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 73 (28.91% from 255) = 16.78%

R = 53.79%
G = 29.43%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA8049 (or 0xEA8049) is known color: Flamenco. HEX triplet: EA, 80 and 49. RGB value is (234,128,73). Sum of RGB (Red+Green+Blue) = 234+128+73=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8049 is #157FB6. Grayscale: #999999. Windows color (decimal): -1408951 or 4817130. OLE color: 4817130.

HSL color Cylindrical-coordinate representation of color #EA8049: hue angle of 20.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA8049 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 73 -
CMYK 0 0.45 0.69 0.08
HSL 20.5º 0.79% 0.6% -
HSV(B) 20.5º 0.69% 0.92% -
XYZ 42.85 33.41 10.49 -
YUV 153.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 234 128 73 0 0.45 0.69 0.08 20.5 0.79 0.6
Hex EA 80 49 0 2D 45 8 14 4F 3C
Octal 352 200 111 0 55 105 10 24 117 74
Binary 11101010 10000000 1001001 0 101101 1000101 1000 10100 1001111 111100

Color Harmonies of #EA8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8049

Black with #EA8049

Text Example


Text Example

White with #EA8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8049; }

 p { color: rgb(234,128,73); }

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

background-color css

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

 a { background-color: rgb(234,128,73); }

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

border-color css

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

 span { border-color: rgb(234,128,73); }

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