#EDA965

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

Shades of Sandy Brown #EDA965

Tints of Sandy Brown #EDA965

Color information

#EDA965 (or 0xEDA965) is unknown color: approx Sandy Brown. HEX triplet: ED, A9 and 65. RGB value is (237,169,101). Sum of RGB (Red+Green+Blue) = 237+169+101=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA965 is #12569A. Grayscale: #B5B5B5. Windows color (decimal): -1201819 or 6662637. OLE color: 6662637.

HSL color Cylindrical-coordinate representation of color #EDA965: hue angle of 30º 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 #EDA965 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237169101-
CMYK00.290.570.07
HSL30º79.07%66.27%-
HSV(B)30º57.38%92.94%-
XYZ51.4647.3218.73-
YUV181.5882.53167.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=46.75%
G=33.33%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716910100.290.570.073079.0766.27
HexEDA96501D3971e4f42
Octal35525114503571736117102
Binary111011011010100111001010111011110011111111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA965; }

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

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

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

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

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

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

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

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