#EC9F42

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

Shades of Fire Bush #EC9F42

Tints of Fire Bush #EC9F42

Color information

#EC9F42 (or 0xEC9F42) is unknown color: approx Fire Bush. HEX triplet: EC, 9F and 42. RGB value is (236,159,66). Sum of RGB (Red+Green+Blue) = 236+159+66=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F42 is #1360BD. Grayscale: #ABABAB. Windows color (decimal): -1269950 or 4366316. OLE color: 4366316.

HSL color Cylindrical-coordinate representation of color #EC9F42: hue angle of 32.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC9F42 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23615966-
CMYK00.330.720.07
HSL32.82º81.73%59.22%-
HSV(B)32.82º72.03%92.55%-
XYZ47.9743.0210.93-
YUV171.4268.51174.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 66 (26.17% from 255) = 14.32%
R=51.19%
G=34.49%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361596600.330.720.0732.8281.7359.22
HexEC9F4202148721523b
Octal35423710204111074112273
Binary11101100100111111000010010000110010001111000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F42; }

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

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

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

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

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

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

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

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