Html Css Color HEX #EA8144 Flamenco

📋 copy color: '#EA8144'

red 234 ◦ green 129 ◦ blue 68

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

Shades of Flamenco #EA8144

Tints of Flamenco #EA8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 54.29%
G = 29.93%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA8144 (or 0xEA8144) is known color: Flamenco. HEX triplet: EA, 81 and 44. RGB value is (234,129,68). Sum of RGB (Red+Green+Blue) = 234+129+68=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8144 is #157EBB. Grayscale: #999999. Windows color (decimal): -1408700 or 4489706. OLE color: 4489706.

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

Color convert

RGB 234 129 68 -
CMYK 0 0.45 0.71 0.08
HSL 22.05º 0.8% 0.59% -
HSV(B) 22.05º 0.71% 0.92% -
XYZ 42.83 33.61 9.7 -
YUV 153.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 234 129 68 0 0.45 0.71 0.08 22.05 0.8 0.59
Hex EA 81 44 0 2D 47 8 16 50 3B
Octal 352 201 104 0 55 107 10 26 120 73
Binary 11101010 10000001 1000100 0 101101 1000111 1000 10110 1010000 111011

Color Harmonies of #EA8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8144

Black with #EA8144

Text Example


Text Example

White with #EA8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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