#EDA55A

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

Shades of Sandy Brown #EDA55A

Tints of Sandy Brown #EDA55A

Color information

#EDA55A (or 0xEDA55A) is unknown color: approx Sandy Brown. HEX triplet: ED, A5 and 5A. RGB value is (237,165,90). Sum of RGB (Red+Green+Blue) = 237+165+90=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA55A is #125AA5. Grayscale: #B2B2B2. Windows color (decimal): -1202854 or 5940717. OLE color: 5940717.

HSL color Cylindrical-coordinate representation of color #EDA55A: hue angle of 30.61º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA55A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23716590-
CMYK00.300.620.07
HSL30.61º80.33%64.12%-
HSV(B)30.61º62.03%92.94%-
XYZ50.2345.6515.84-
YUV177.9878.35170.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=48.17%
G=33.54%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371659000.300.620.0730.6180.3364.12
HexEDA55A01E3E71f5040
Octal35524513203676737120100
Binary111011011010010110110100111101111101111111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA55A; }

 p { color: rgb(237,165,90); }

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

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

 a { background-color: rgb(237,165,90); }

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

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

 span { border-color: rgb(237,165,90); }

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