#EC9F4C

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

Shades of Sea Buckthorn #EC9F4C

Tints of Sea Buckthorn #EC9F4C

Color information

#EC9F4C (or 0xEC9F4C) is unknown color: approx Sea Buckthorn. HEX triplet: EC, 9F and 4C. RGB value is (236,159,76). Sum of RGB (Red+Green+Blue) = 236+159+76=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F4C is #1360B3. Grayscale: #ACACAC. Windows color (decimal): -1269940 or 5021676. OLE color: 5021676.

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

Color convert

RGB23615976-
CMYK00.330.680.07
HSL31.13º80.81%61.18%-
HSV(B)31.13º67.8%92.55%-
XYZ48.2943.1512.62-
YUV172.5673.51173.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=50.11%
G=33.76%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361597600.330.680.0731.1380.8161.18
HexEC9F4C0214471f513d
Octal35423711404110473712175
Binary1110110010011111100110001000011000100111111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F4C; }

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

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

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

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

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

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

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

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