#EDAC61

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

Shades of Sandy Brown #EDAC61

Tints of Sandy Brown #EDAC61

Color information

#EDAC61 (or 0xEDAC61) is unknown color: approx Sandy Brown. HEX triplet: ED, AC and 61. RGB value is (237,172,97). Sum of RGB (Red+Green+Blue) = 237+172+97=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC61 is #12539E. Grayscale: #B7B7B7. Windows color (decimal): -1201055 or 6401261. OLE color: 6401261.

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

Color convert

RGB23717297-
CMYK00.270.590.07
HSL32.14º79.55%65.49%-
HSV(B)32.14º59.07%92.94%-
XYZ51.8448.3717.91-
YUV182.8879.53166.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=46.84%
G=33.99%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371729700.270.590.0732.1479.5565.49
HexEDAC6101B3B7205041
Octal35525414103373740120101
Binary1110110110101100110000101101111101111110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC61; }

 p { color: rgb(237,172,97); }

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

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

 a { background-color: rgb(237,172,97); }

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

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

 span { border-color: rgb(237,172,97); }

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