#eda068

Color #EDA068 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EDA068

Tints of Sandy Brown #EDA068

Color information

#EDA068 (or 0xEDA068) is unknown color: approx Sandy Brown. HEX triplet: ED, A0 and 68. RGB value is (237,160,104). Sum of RGB (Red+Green+Blue) = 237+160+104=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA068 is #125F97. Grayscale: #B0B0B0. Windows color (decimal): -1204120 or 6856941. OLE color: 6856941.

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

Color convert

RGB237160104-
CMYK00.320.560.07
HSL25.26º78.7%66.86%-
HSV(B)25.26º56.12%92.94%-
XYZ49.9944.1518.98-
YUV176.6487.01171.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=47.31%
G=31.94%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716010400.320.560.0725.2678.766.86
HexEDA068020387194f43
Octal35524015004070731117103
Binary1110110110100000110100001000001110001111100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eda068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eda068; }

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

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

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

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

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

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

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

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