#ED9458

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

Shades of Sea Buckthorn #ED9458

Tints of Sea Buckthorn #ED9458

Color information

#ED9458 (or 0xED9458) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 94 and 58. RGB value is (237,148,88). Sum of RGB (Red+Green+Blue) = 237+148+88=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9458 is #126BA7. Grayscale: #A8A8A8. Windows color (decimal): -1207208 or 5805293. OLE color: 5805293.

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

Color convert

RGB23714888-
CMYK00.380.630.07
HSL24.16º80.54%63.73%-
HSV(B)24.16º62.87%92.94%-
XYZ47.2839.8914.44-
YUV167.7782.99177.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=50.11%
G=31.29%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371488800.380.630.0724.1680.5463.73
HexED94580263F7185140
Octal35522413004677730121100
Binary1110110110010100101100001001101111111111100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9458; }

 p { color: rgb(237,148,88); }

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

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

 a { background-color: rgb(237,148,88); }

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

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

 span { border-color: rgb(237,148,88); }

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