Html Css Color HEX #EA8C42 Flamenco

📋 copy color: '#EA8C42'

red 234 ◦ green 140 ◦ blue 66

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

Shades of Flamenco #EA8C42

Tints of Flamenco #EA8C42

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 53.18%
G = 31.82%
B = 15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8C42 (or 0xEA8C42) is known color: Flamenco. HEX triplet: EA, 8C and 42. RGB value is (234,140,66). Sum of RGB (Red+Green+Blue) = 234+140+66=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C42 is #1573BD. Grayscale: #A0A0A0. Windows color (decimal): -1405886 or 4361450. OLE color: 4361450.

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

Color convert

RGB 234 140 66 -
CMYK 0 0.40 0.72 0.08
HSL 26.43º 0.8% 0.59% -
HSV(B) 26.43º 0.72% 0.92% -
XYZ 44.29 36.64 9.89 -
YUV 159.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 234 140 66 0 0.40 0.72 0.08 26.43 0.8 0.59
Hex EA 8C 42 0 28 48 8 1A 50 3B
Octal 352 214 102 0 50 110 10 32 120 73
Binary 11101010 10001100 1000010 0 101000 1001000 1000 11010 1010000 111011

Color Harmonies of #EA8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C42

Black with #EA8C42

Text Example


Text Example

White with #EA8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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