Html Css Color HEX #EA8242 Flamenco

📋 copy color: '#EA8242'

red 234 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #EA8242

Tints of Flamenco #EA8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

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

R = 54.42%
G = 30.23%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8242 (or 0xEA8242) is known color: Flamenco. HEX triplet: EA, 82 and 42. RGB value is (234,130,66). Sum of RGB (Red+Green+Blue) = 234+130+66=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8242 is #157DBD. Grayscale: #9A9A9A. Windows color (decimal): -1408446 or 4358890. OLE color: 4358890.

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

Color convert

RGB 234 130 66 -
CMYK 0 0.44 0.72 0.08
HSL 22.86º 0.8% 0.59% -
HSV(B) 22.86º 0.72% 0.92% -
XYZ 42.9 33.85 9.43 -
YUV 153.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 234 130 66 0 0.44 0.72 0.08 22.86 0.8 0.59
Hex EA 82 42 0 2C 48 8 17 50 3B
Octal 352 202 102 0 54 110 10 27 120 73
Binary 11101010 10000010 1000010 0 101100 1001000 1000 10111 1010000 111011

Color Harmonies of #EA8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8242

Black with #EA8242

Text Example


Text Example

White with #EA8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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