#ED9A55

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

Shades of Sea Buckthorn #ED9A55

Tints of Sea Buckthorn #ED9A55

Color information

#ED9A55 (or 0xED9A55) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 9A and 55. RGB value is (237,154,85). Sum of RGB (Red+Green+Blue) = 237+154+85=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A55 is #1265AA. Grayscale: #ABABAB. Windows color (decimal): -1205675 or 5610221. OLE color: 5610221.

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

Color convert

RGB23715485-
CMYK00.350.640.07
HSL27.24º80.85%63.14%-
HSV(B)27.24º64.14%92.94%-
XYZ48.1241.7714.12-
YUV170.9579.5175.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=49.79%
G=32.35%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371548500.350.640.0727.2480.8563.14
HexED9A550234071b513f
Octal35523212504310073312177
Binary1110110110011010101010101000111000000111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A55; }

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

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

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

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

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

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

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

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