#ED9044

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

Shades of Sea Buckthorn #ED9044

Tints of Sea Buckthorn #ED9044

Color information

#ED9044 (or 0xED9044) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 90 and 44. RGB value is (237,144,68). Sum of RGB (Red+Green+Blue) = 237+144+68=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9044 is #126FBB. Grayscale: #A3A3A3. Windows color (decimal): -1208252 or 4493549. OLE color: 4493549.

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

Color convert

RGB23714468-
CMYK00.390.710.07
HSL26.98º82.44%59.8%-
HSV(B)26.98º71.31%92.94%-
XYZ45.9438.3710.45-
YUV163.1474.31180.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 68 (26.95% from 255) = 15.14%
R=52.78%
G=32.07%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371446800.390.710.0726.9882.4459.8
HexED90440274771b523c
Octal35522010404710773312274
Binary1110110110010000100010001001111000111111110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9044; }

 p { color: rgb(237,144,68); }

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

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

 a { background-color: rgb(237,144,68); }

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

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

 span { border-color: rgb(237,144,68); }

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