Html Css Color HEX #EDA057 Sandy Brown

📋 copy color: '#EDA057'

red 237 ◦ green 160 ◦ blue 87

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

Shades of Sandy Brown #EDA057

Tints of Sandy Brown #EDA057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.98%

R = 48.97%
G = 33.06%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDA057 (or 0xEDA057) is known color: Sandy Brown. HEX triplet: ED, A0 and 57. RGB value is (237,160,87). Sum of RGB (Red+Green+Blue) = 237+160+87=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA057 is #125FA8. Grayscale: #AFAFAF. Windows color (decimal): -1204137 or 5742829. OLE color: 5742829.

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

Color convert

RGB 237 160 87 -
CMYK 0 0.32 0.63 0.07
HSL 29.2º 0.81% 0.64% -
HSV(B) 29.2º 0.63% 0.93% -
XYZ 49.22 43.83 14.88 -
YUV 174.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 237 160 87 0 0.32 0.63 0.07 29.2 0.81 0.64
Hex ED A0 57 0 20 3F 7 1D 51 40
Octal 355 240 127 0 40 77 7 35 121 100
Binary 11101101 10100000 1010111 0 100000 111111 111 11101 1010001 1000000

Color Harmonies of #EDA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA057

Black with #EDA057

Text Example


Text Example

White with #EDA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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