Html Css Color HEX #EDA056 Sandy Brown

📋 copy color: '#EDA056'

red 237 ◦ green 160 ◦ blue 86

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

Shades of Sandy Brown #EDA056

Tints of Sandy Brown #EDA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.81%

R = 49.07%
G = 33.13%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDA056 (or 0xEDA056) is known color: Sandy Brown. HEX triplet: ED, A0 and 56. RGB value is (237,160,86). Sum of RGB (Red+Green+Blue) = 237+160+86=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA056 is #125FA9. Grayscale: #AEAEAE. Windows color (decimal): -1204138 or 5677293. OLE color: 5677293.

HSL color Cylindrical-coordinate representation of color #EDA056: hue angle of 29.4º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDA056 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 86 -
CMYK 0 0.32 0.64 0.07
HSL 29.4º 0.81% 0.63% -
HSV(B) 29.4º 0.64% 0.93% -
XYZ 49.18 43.82 14.67 -
YUV 174.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 237 160 86 0 0.32 0.64 0.07 29.4 0.81 0.63
Hex ED A0 56 0 20 40 7 1D 51 3F
Octal 355 240 126 0 40 100 7 35 121 77
Binary 11101101 10100000 1010110 0 100000 1000000 111 11101 1010001 111111

Color Harmonies of #EDA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA056

Black with #EDA056

Text Example


Text Example

White with #EDA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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