#EA8545

Color #EA8545 Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #EA8545

Tints of Flamenco #EA8545

Color information

#EA8545 (or 0xEA8545) is unknown color: approx Flamenco. HEX triplet: EA, 85 and 45. RGB value is (234,133,69). Sum of RGB (Red+Green+Blue) = 234+133+69=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8545 is #157ABA. Grayscale: #9C9C9C. Windows color (decimal): -1407675 or 4556266. OLE color: 4556266.

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

Color convert

RGB23413369-
CMYK00.430.710.08
HSL23.27º79.71%59.41%-
HSV(B)23.27º70.51%91.76%-
XYZ43.3934.710.04-
YUV155.978.96183.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=53.67%
G=30.50%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341336900.430.710.0823.2779.7159.41
HexEA854502B47817503b
Octal352205105053107102712073
Binary11101010100001011000101010101110001111000101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8545; }

 p { color: rgb(234,133,69); }

 H1.HeaderClassName
 {
   color: #EA8545;
 }
 .AnyTagClassName
 {
   color: #EA8545;
 }
</style>
background-color css

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

 a { background-color: rgb(234,133,69); }

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

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

 span { border-color: rgb(234,133,69); }

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