Html Css Color HEX #EA8B47 Flamenco

📋 copy color: '#EA8B47'

red 234 ◦ green 139 ◦ blue 71

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

Shades of Flamenco #EA8B47

Tints of Flamenco #EA8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 52.7%
G = 31.31%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA8B47 (or 0xEA8B47) is known color: Flamenco. HEX triplet: EA, 8B and 47. RGB value is (234,139,71). Sum of RGB (Red+Green+Blue) = 234+139+71=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B47 is #1574B8. Grayscale: #A0A0A0. Windows color (decimal): -1406137 or 4688874. OLE color: 4688874.

HSL color Cylindrical-coordinate representation of color #EA8B47: hue angle of 25.03º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA8B47 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 71 -
CMYK 0 0.41 0.70 0.08
HSL 25.03º 0.8% 0.6% -
HSV(B) 25.03º 0.7% 0.92% -
XYZ 44.3 36.41 10.65 -
YUV 159.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 234 139 71 0 0.41 0.70 0.08 25.03 0.8 0.6
Hex EA 8B 47 0 29 46 8 19 50 3C
Octal 352 213 107 0 51 106 10 31 120 74
Binary 11101010 10001011 1000111 0 101001 1000110 1000 11001 1010000 111100

Color Harmonies of #EA8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B47

Black with #EA8B47

Text Example


Text Example

White with #EA8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B47; }

 p { color: rgb(234,139,71); }

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

background-color css

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

 a { background-color: rgb(234,139,71); }

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

border-color css

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

 span { border-color: rgb(234,139,71); }

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