Html Css Color HEX #EDA960 Sandy Brown

📋 copy color: '#EDA960'

red 237 ◦ green 169 ◦ blue 96

#EDA960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #EDA960

Tints of Sandy Brown #EDA960

RGB

 RED value IS 237 (92.97% from 255) = 47.21%

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 47.21%
G = 33.67%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDA960 (or 0xEDA960) is known color: Sandy Brown. HEX triplet: ED, A9 and 60. RGB value is (237,169,96). Sum of RGB (Red+Green+Blue) = 237+169+96=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA960 is #12569F. Grayscale: #B5B5B5. Windows color (decimal): -1201824 or 6334957. OLE color: 6334957.

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

Color convert

RGB 237 169 96 -
CMYK 0 0.29 0.59 0.07
HSL 31.06º 0.8% 0.65% -
HSV(B) 31.06º 0.59% 0.93% -
XYZ 51.22 47.22 17.48 -
YUV 181.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 237 169 96 0 0.29 0.59 0.07 31.06 0.8 0.65
Hex ED A9 60 0 1D 3B 7 1F 50 41
Octal 355 251 140 0 35 73 7 37 120 101
Binary 11101101 10101001 1100000 0 11101 111011 111 11111 1010000 1000001

Color Harmonies of #EDA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA960

Black with #EDA960

Text Example


Text Example

White with #EDA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA960; }

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

 H1.HeaderClassName
 {
   color: #EDA960;
 }
 .AnyTagClassName
 {
   color: #EDA960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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