#EA9F42

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

Shades of Fire Bush #EA9F42

Tints of Fire Bush #EA9F42

Color information

#EA9F42 (or 0xEA9F42) is unknown color: approx Fire Bush. HEX triplet: EA, 9F and 42. RGB value is (234,159,66). Sum of RGB (Red+Green+Blue) = 234+159+66=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F42 is #1560BD. Grayscale: #ABABAB. Windows color (decimal): -1401022 or 4366314. OLE color: 4366314.

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

Color convert

RGB23415966-
CMYK00.320.720.08
HSL33.21º80%58.82%-
HSV(B)33.21º71.79%91.76%-
XYZ47.3142.6810.9-
YUV170.8268.85173.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=50.98%
G=34.64%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341596600.320.720.0833.218058.82
HexEA9F4202048821503b
Octal352237102040110104112073
Binary111010101001111110000100100000100100010001000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F42; }

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

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

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

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

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

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

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

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