#EDA45F

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

Shades of Sandy Brown #EDA45F

Tints of Sandy Brown #EDA45F

Color information

#EDA45F (or 0xEDA45F) is unknown color: approx Sandy Brown. HEX triplet: ED, A4 and 5F. RGB value is (237,164,95). Sum of RGB (Red+Green+Blue) = 237+164+95=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA45F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA45F is #125BA0. Grayscale: #B2B2B2. Windows color (decimal): -1203105 or 6268141. OLE color: 6268141.

HSL color Cylindrical-coordinate representation of color #EDA45F: hue angle of 29.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDA45F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23716495-
CMYK00.310.600.07
HSL29.15º79.78%65.1%-
HSV(B)29.15º59.92%92.94%-
XYZ50.2745.3816.94-
YUV177.9681.18170.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=47.78%
G=33.06%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371649500.310.600.0729.1579.7865.1
HexEDA45F01F3C71d5041
Octal35524413703774735120101
Binary111011011010010010111110111111111001111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA45F; }

 p { color: rgb(237,164,95); }

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

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

 a { background-color: rgb(237,164,95); }

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

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

 span { border-color: rgb(237,164,95); }

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