#EC9745

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

Shades of Sea Buckthorn #EC9745

Tints of Sea Buckthorn #EC9745

Color information

#EC9745 (or 0xEC9745) is unknown color: approx Sea Buckthorn. HEX triplet: EC, 97 and 45. RGB value is (236,151,69). Sum of RGB (Red+Green+Blue) = 236+151+69=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9745 is #1368BA. Grayscale: #A7A7A7. Windows color (decimal): -1271995 or 4560876. OLE color: 4560876.

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

Color convert

RGB23615169-
CMYK00.360.710.07
HSL29.46º81.46%59.8%-
HSV(B)29.46º70.76%92.55%-
XYZ46.7340.410.96-
YUV167.0772.66177.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.75%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=51.75%
G=33.11%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361516900.360.710.0729.4681.4659.8
HexEC97450244771d513c
Octal35422710504410773512174
Binary1110110010010111100010101001001000111111111011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9745; }

 p { color: rgb(236,151,69); }

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

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

 a { background-color: rgb(236,151,69); }

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

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

 span { border-color: rgb(236,151,69); }

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