#ED9655

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

Shades of Sea Buckthorn #ED9655

Tints of Sea Buckthorn #ED9655

Color information

#ED9655 (or 0xED9655) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 96 and 55. RGB value is (237,150,85). Sum of RGB (Red+Green+Blue) = 237+150+85=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9655 is #1269AA. Grayscale: #A8A8A8. Windows color (decimal): -1206699 or 5609197. OLE color: 5609197.

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

Color convert

RGB23715085-
CMYK00.370.640.07
HSL25.66º80.85%63.14%-
HSV(B)25.66º64.14%92.94%-
XYZ47.4740.4713.9-
YUV168.680.82176.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=50.21%
G=31.78%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371508500.370.640.0725.6680.8563.14
HexED96550254071a513f
Octal35522612504510073212177
Binary1110110110010110101010101001011000000111110101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9655; }

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

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

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

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

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

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

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

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