Html Css Color HEX #EA884A Flamenco

📋 copy color: '#EA884A'

red 234 ◦ green 136 ◦ blue 74

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

Shades of Flamenco #EA884A

Tints of Flamenco #EA884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 52.7%
G = 30.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA884A (or 0xEA884A) is known color: Flamenco. HEX triplet: EA, 88 and 4A. RGB value is (234,136,74). Sum of RGB (Red+Green+Blue) = 234+136+74=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA884A is #1577B5. Grayscale: #9E9E9E. Windows color (decimal): -1406902 or 4884714. OLE color: 4884714.

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

Color convert

RGB 234 136 74 -
CMYK 0 0.42 0.68 0.08
HSL 23.25º 0.79% 0.6% -
HSV(B) 23.25º 0.68% 0.92% -
XYZ 43.97 35.6 11.03 -
YUV 158.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 234 136 74 0 0.42 0.68 0.08 23.25 0.79 0.6
Hex EA 88 4A 0 2A 44 8 17 4F 3C
Octal 352 210 112 0 52 104 10 27 117 74
Binary 11101010 10001000 1001010 0 101010 1000100 1000 10111 1001111 111100

Color Harmonies of #EA884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA884A

Black with #EA884A

Text Example


Text Example

White with #EA884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA884A; }

 p { color: rgb(234,136,74); }

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

background-color css

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

 a { background-color: rgb(234,136,74); }

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

border-color css

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

 span { border-color: rgb(234,136,74); }

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