Html Css Color HEX #EA8142 Flamenco

📋 copy color: '#EA8142'

red 234 ◦ green 129 ◦ blue 66

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

Shades of Flamenco #EA8142

Tints of Flamenco #EA8142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 54.55%
G = 30.07%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8142 (or 0xEA8142) is known color: Flamenco. HEX triplet: EA, 81 and 42. RGB value is (234,129,66). Sum of RGB (Red+Green+Blue) = 234+129+66=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8142 is #157EBD. Grayscale: #999999. Windows color (decimal): -1408702 or 4358634. OLE color: 4358634.

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

Color convert

RGB 234 129 66 -
CMYK 0 0.45 0.72 0.08
HSL 22.5º 0.8% 0.59% -
HSV(B) 22.5º 0.72% 0.92% -
XYZ 42.77 33.59 9.38 -
YUV 153.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 234 129 66 0 0.45 0.72 0.08 22.5 0.8 0.59
Hex EA 81 42 0 2D 48 8 16 50 3B
Octal 352 201 102 0 55 110 10 26 120 73
Binary 11101010 10000001 1000010 0 101101 1001000 1000 10110 1010000 111011

Color Harmonies of #EA8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8142

Black with #EA8142

Text Example


Text Example

White with #EA8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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