#EDA465

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

Shades of Sandy Brown #EDA465

Tints of Sandy Brown #EDA465

Color information

#EDA465 (or 0xEDA465) is unknown color: approx Sandy Brown. HEX triplet: ED, A4 and 65. RGB value is (237,164,101). Sum of RGB (Red+Green+Blue) = 237+164+101=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA465 is #125B9A. Grayscale: #B2B2B2. Windows color (decimal): -1203099 or 6661357. OLE color: 6661357.

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

Color convert

RGB237164101-
CMYK00.310.570.07
HSL27.79º79.07%66.27%-
HSV(B)27.79º57.38%92.94%-
XYZ50.5545.518.43-
YUV178.6484.18169.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=47.21%
G=32.67%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716410100.310.570.0727.7979.0766.27
HexEDA46501F3971c4f42
Octal35524414503771734117102
Binary111011011010010011001010111111110011111110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA465; }

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

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

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

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

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

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

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

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