#EDA244

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

Shades of Sea Buckthorn #EDA244

Tints of Sea Buckthorn #EDA244

Color information

#EDA244 (or 0xEDA244) is unknown color: approx Sea Buckthorn. HEX triplet: ED, A2 and 44. RGB value is (237,162,68). Sum of RGB (Red+Green+Blue) = 237+162+68=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA244 is #125DBB. Grayscale: #AEAEAE. Windows color (decimal): -1203644 or 4498157. OLE color: 4498157.

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

Color convert

RGB23716268-
CMYK00.320.710.07
HSL33.37º82.44%59.8%-
HSV(B)33.37º71.31%92.94%-
XYZ48.8944.2611.44-
YUV173.7168.35173.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=50.75%
G=34.69%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371626800.320.710.0733.3782.4459.8
HexEDA24402047721523c
Octal35524210404010774112274
Binary11101101101000101000100010000010001111111000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA244; }

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

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

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

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

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

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

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

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