#ED9644

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

Shades of Sea Buckthorn #ED9644

Tints of Sea Buckthorn #ED9644

Color information

#ED9644 (or 0xED9644) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 96 and 44. RGB value is (237,150,68). Sum of RGB (Red+Green+Blue) = 237+150+68=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9644 is #1269BB. Grayscale: #A7A7A7. Windows color (decimal): -1206716 or 4495085. OLE color: 4495085.

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

Color convert

RGB23715068-
CMYK00.370.710.07
HSL29.11º82.44%59.8%-
HSV(B)29.11º71.31%92.94%-
XYZ46.8740.2310.76-
YUV166.6772.32178.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 68 (26.95% from 255) = 14.95%
R=52.09%
G=32.97%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371506800.370.710.0729.1182.4459.8
HexED96440254771d523c
Octal35522610404510773512274
Binary1110110110010110100010001001011000111111111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9644; }

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

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

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

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

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

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

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

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