Html Css Color HEX #EDA059 Sandy Brown

📋 copy color: '#EDA059'

red 237 ◦ green 160 ◦ blue 89

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

Shades of Sandy Brown #EDA059

Tints of Sandy Brown #EDA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 89 (35.16% from 255) = 18.31%

R = 48.77%
G = 32.92%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDA059 (or 0xEDA059) is known color: Sandy Brown. HEX triplet: ED, A0 and 59. RGB value is (237,160,89). Sum of RGB (Red+Green+Blue) = 237+160+89=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA059 is #125FA6. Grayscale: #AFAFAF. Windows color (decimal): -1204135 or 5873901. OLE color: 5873901.

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

Color convert

RGB 237 160 89 -
CMYK 0 0.32 0.62 0.07
HSL 28.78º 0.8% 0.64% -
HSV(B) 28.78º 0.62% 0.93% -
XYZ 49.3 43.87 15.32 -
YUV 174.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 237 160 89 0 0.32 0.62 0.07 28.78 0.8 0.64
Hex ED A0 59 0 20 3E 7 1D 50 40
Octal 355 240 131 0 40 76 7 35 120 100
Binary 11101101 10100000 1011001 0 100000 111110 111 11101 1010000 1000000

Color Harmonies of #EDA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA059

Black with #EDA059

Text Example


Text Example

White with #EDA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA059; }

 p { color: rgb(237,160,89); }

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

background-color css

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

 a { background-color: rgb(237,160,89); }

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

border-color css

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

 span { border-color: rgb(237,160,89); }

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