#ED9153

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

Shades of Sea Buckthorn #ED9153

Tints of Sea Buckthorn #ED9153

Color information

#ED9153 (or 0xED9153) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 91 and 53. RGB value is (237,145,83). Sum of RGB (Red+Green+Blue) = 237+145+83=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9153 is #126EAC. Grayscale: #A5A5A5. Windows color (decimal): -1207981 or 5476845. OLE color: 5476845.

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

Color convert

RGB23714583-
CMYK00.390.650.07
HSL24.16º81.05%62.75%-
HSV(B)24.16º64.98%92.94%-
XYZ46.6138.8813.23-
YUV165.4481.48179.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 83 (32.81% from 255) = 17.85%
R=50.97%
G=31.18%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371458300.390.650.0724.1681.0562.75
HexED915302741718513f
Octal35522112304710173012177
Binary1110110110010001101001101001111000001111110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9153; }

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

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

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

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

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

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

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

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