Html Css Color HEX #EC9F42 Fire Bush

📋 copy color: '#EC9F42'

red 236 ◦ green 159 ◦ blue 66

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

Shades of Fire Bush #EC9F42

Tints of Fire Bush #EC9F42

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 value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC9F42 (or 0xEC9F42) is known color: 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

RGB 236 159 66 -
CMYK 0 0.33 0.72 0.07
HSL 32.82º 0.82% 0.59% -
HSV(B) 32.82º 0.72% 0.93% -
XYZ 47.97 43.02 10.93 -
YUV 171.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 236 159 66 0 0.33 0.72 0.07 32.82 0.82 0.59
Hex EC 9F 42 0 21 48 7 21 52 3B
Octal 354 237 102 0 41 110 7 41 122 73
Binary 11101100 10011111 1000010 0 100001 1001000 111 100001 1010010 111011

Color Harmonies of #EC9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F42

Black with #EC9F42

Text Example


Text Example

White with #EC9F42

Text Example


Text Example

HTML Codes & Css Web 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>