#ED9D53

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

Shades of Sea Buckthorn #ED9D53

Tints of Sea Buckthorn #ED9D53

Color information

#ED9D53 (or 0xED9D53) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 9D and 53. RGB value is (237,157,83). Sum of RGB (Red+Green+Blue) = 237+157+83=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D53 is #1262AC. Grayscale: #ACACAC. Windows color (decimal): -1204909 or 5479917. OLE color: 5479917.

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

Color convert

RGB23715783-
CMYK00.340.650.07
HSL28.83º81.05%62.75%-
HSV(B)28.83º64.98%92.94%-
XYZ48.5442.7413.88-
YUV172.4877.5174.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=49.69%
G=32.91%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371578300.340.650.0728.8381.0562.75
HexED9D530224171d513f
Octal35523512304210173512177
Binary1110110110011101101001101000101000001111111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D53; }

 p { color: rgb(237,157,83); }

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

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

 a { background-color: rgb(237,157,83); }

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

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

 span { border-color: rgb(237,157,83); }

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