#EC914D

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

Shades of Sea Buckthorn #EC914D

Tints of Sea Buckthorn #EC914D

Color information

#EC914D (or 0xEC914D) is unknown color: approx Sea Buckthorn. HEX triplet: EC, 91 and 4D. RGB value is (236,145,77). Sum of RGB (Red+Green+Blue) = 236+145+77=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC914D is #136EB2. Grayscale: #A4A4A4. Windows color (decimal): -1273523 or 5083628. OLE color: 5083628.

HSL color Cylindrical-coordinate representation of color #EC914D: hue angle of 25.66º 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 #EC914D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23614577-
CMYK00.390.670.07
HSL25.66º80.71%61.37%-
HSV(B)25.66º67.37%92.55%-
XYZ46.0638.6212.05-
YUV164.4678.65179.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.53%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=51.53%
G=31.66%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361457700.390.670.0725.6680.7161.37
HexEC914D0274371a513d
Octal35422111504710373212175
Binary1110110010010001100110101001111000011111110101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC914D; }

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

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

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

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

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

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

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

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