#ED9448

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

Shades of Sea Buckthorn #ED9448

Tints of Sea Buckthorn #ED9448

Color information

#ED9448 (or 0xED9448) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 94 and 48. RGB value is (237,148,72). Sum of RGB (Red+Green+Blue) = 237+148+72=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9448 is #126BB7. Grayscale: #A6A6A6. Windows color (decimal): -1207224 or 4756717. OLE color: 4756717.

HSL color Cylindrical-coordinate representation of color #ED9448: hue angle of 27.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED9448 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23714872-
CMYK00.380.700.07
HSL27.64º82.09%60.59%-
HSV(B)27.64º69.62%92.94%-
XYZ46.6839.6511.32-
YUV165.9574.99178.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=51.86%
G=32.39%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371487200.380.700.0727.6482.0960.59
HexED94480264671c523d
Octal35522411004610673412275
Binary1110110110010100100100001001101000110111111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9448; }

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

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

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

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

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

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

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

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