Html Css Color HEX #EDAB5E Sandy Brown

📋 copy color: '#EDAB5E'

red 237 ◦ green 171 ◦ blue 94

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

Shades of Sandy Brown #EDAB5E

Tints of Sandy Brown #EDAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 47.21%
G = 34.06%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDAB5E (or 0xEDAB5E) is known color: Sandy Brown. HEX triplet: ED, AB and 5E. RGB value is (237,171,94). Sum of RGB (Red+Green+Blue) = 237+171+94=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB5E is #1254A1. Grayscale: #B6B6B6. Windows color (decimal): -1201314 or 6204397. OLE color: 6204397.

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

Color convert

RGB 237 171 94 -
CMYK 0 0.28 0.60 0.07
HSL 32.31º 0.8% 0.65% -
HSV(B) 32.31º 0.6% 0.93% -
XYZ 51.51 47.94 17.13 -
YUV 181.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 237 171 94 0 0.28 0.60 0.07 32.31 0.8 0.65
Hex ED AB 5E 0 1C 3C 7 20 50 41
Octal 355 253 136 0 34 74 7 40 120 101
Binary 11101101 10101011 1011110 0 11100 111100 111 100000 1010000 1000001

Color Harmonies of #EDAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB5E

Black with #EDAB5E

Text Example


Text Example

White with #EDAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB5E; }

 p { color: rgb(237,171,94); }

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

background-color css

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

 a { background-color: rgb(237,171,94); }

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

border-color css

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

 span { border-color: rgb(237,171,94); }

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