#EDA042

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

Shades of Sea Buckthorn #EDA042

Tints of Sea Buckthorn #EDA042

Color information

#EDA042 (or 0xEDA042) is unknown color: approx Sea Buckthorn. HEX triplet: ED, A0 and 42. RGB value is (237,160,66). Sum of RGB (Red+Green+Blue) = 237+160+66=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA042 is #125FBD. Grayscale: #ACACAC. Windows color (decimal): -1204158 or 4366573. OLE color: 4366573.

HSL color Cylindrical-coordinate representation of color #EDA042: hue angle of 32.98º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA042 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23716066-
CMYK00.320.720.07
HSL32.98º82.61%59.41%-
HSV(B)32.98º72.15%92.94%-
XYZ48.4843.5411-
YUV172.3168.01174.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 66 (26.17% from 255) = 14.25%
R=51.19%
G=34.56%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371606600.320.720.0732.9882.6159.41
HexEDA04202048721533b
Octal35524010204011074112373
Binary11101101101000001000010010000010010001111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA042; }

 p { color: rgb(237,160,66); }

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

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

 a { background-color: rgb(237,160,66); }

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

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

 span { border-color: rgb(237,160,66); }

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