#ED9F51

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

Shades of Sea Buckthorn #ED9F51

Tints of Sea Buckthorn #ED9F51

Color information

#ED9F51 (or 0xED9F51) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 9F and 51. RGB value is (237,159,81). Sum of RGB (Red+Green+Blue) = 237+159+81=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9F51 is #1260AE. Grayscale: #ADADAD. Windows color (decimal): -1204399 or 5349357. OLE color: 5349357.

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

Color convert

RGB23715981-
CMYK00.330.660.07
HSL30º81.25%62.35%-
HSV(B)30º65.82%92.94%-
XYZ48.8143.3913.59-
YUV173.4375.84173.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 16.98%
R=49.69%
G=33.33%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371598100.330.660.073081.2562.35
HexED9F510214271e513e
Octal35523712104110273612176
Binary1110110110011111101000101000011000010111111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F51; }

 p { color: rgb(237,159,81); }

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

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

 a { background-color: rgb(237,159,81); }

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

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

 span { border-color: rgb(237,159,81); }

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