#EC9A48

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

Shades of Sea Buckthorn #EC9A48

Tints of Sea Buckthorn #EC9A48

Color information

#EC9A48 (or 0xEC9A48) is unknown color: approx Sea Buckthorn. HEX triplet: EC, 9A and 48. RGB value is (236,154,72). Sum of RGB (Red+Green+Blue) = 236+154+72=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A48 is #1365B7. Grayscale: #A9A9A9. Windows color (decimal): -1271224 or 4758252. OLE color: 4758252.

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

Color convert

RGB23615472-
CMYK00.350.690.07
HSL30º81.19%60.39%-
HSV(B)30º69.49%92.55%-
XYZ47.3241.4111.63-
YUV169.1773.17175.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=51.08%
G=33.33%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361547200.350.690.073081.1960.39
HexEC9A480234571e513c
Octal35423211004310573612174
Binary1110110010011010100100001000111000101111111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A48; }

 p { color: rgb(236,154,72); }

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

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

 a { background-color: rgb(236,154,72); }

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

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

 span { border-color: rgb(236,154,72); }

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