#EC974D

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

Shades of Sea Buckthorn #EC974D

Tints of Sea Buckthorn #EC974D

Color information

#EC974D (or 0xEC974D) is unknown color: approx Sea Buckthorn. HEX triplet: EC, 97 and 4D. RGB value is (236,151,77). Sum of RGB (Red+Green+Blue) = 236+151+77=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC974D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC974D is #1368B2. Grayscale: #A8A8A8. Windows color (decimal): -1271987 or 5085164. OLE color: 5085164.

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

Color convert

RGB23615177-
CMYK00.360.670.07
HSL27.92º80.71%61.37%-
HSV(B)27.92º67.37%92.55%-
XYZ4740.512.36-
YUV167.9876.66176.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=50.86%
G=32.54%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361517700.360.670.0727.9280.7161.37
HexEC974D0244371c513d
Octal35422711504410373412175
Binary1110110010010111100110101001001000011111111001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC974D; }

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

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

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

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

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

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

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

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