#ED9150

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

Shades of Sea Buckthorn #ED9150

Tints of Sea Buckthorn #ED9150

Color information

#ED9150 (or 0xED9150) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 91 and 50. RGB value is (237,145,80). Sum of RGB (Red+Green+Blue) = 237+145+80=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9150 is #126EAF. Grayscale: #A5A5A5. Windows color (decimal): -1207984 or 5280237. OLE color: 5280237.

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

Color convert

RGB23714580-
CMYK00.390.660.07
HSL24.84º81.35%62.16%-
HSV(B)24.84º66.24%92.94%-
XYZ46.538.8312.63-
YUV165.179.98179.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=51.30%
G=31.39%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371458000.390.660.0724.8481.3562.16
HexED915002742719513e
Octal35522112004710273112176
Binary1110110110010001101000001001111000010111110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9150; }

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

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

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

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

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

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

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

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