#ED9855

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

Shades of Sea Buckthorn #ED9855

Tints of Sea Buckthorn #ED9855

Color information

#ED9855 (or 0xED9855) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 98 and 55. RGB value is (237,152,85). Sum of RGB (Red+Green+Blue) = 237+152+85=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9855 is #1267AA. Grayscale: #AAAAAA. Windows color (decimal): -1206187 or 5609709. OLE color: 5609709.

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

Color convert

RGB23715285-
CMYK00.360.640.07
HSL26.45º80.85%63.14%-
HSV(B)26.45º64.14%92.94%-
XYZ47.7941.1214.01-
YUV169.7880.16175.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=50%
G=32.07%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371528500.360.640.0726.4580.8563.14
HexED98550244071a513f
Octal35523012504410073212177
Binary1110110110011000101010101001001000000111110101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9855; }

 p { color: rgb(237,152,85); }

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

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

 a { background-color: rgb(237,152,85); }

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

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

 span { border-color: rgb(237,152,85); }

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