Html Css Color HEX #EDAB5D Sandy Brown

📋 copy color: '#EDAB5D'

red 237 ◦ green 171 ◦ blue 93

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

Shades of Sandy Brown #EDAB5D

Tints of Sandy Brown #EDAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 47.31%
G = 34.13%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDAB5D (or 0xEDAB5D) is known color: Sandy Brown. HEX triplet: ED, AB and 5D. RGB value is (237,171,93). Sum of RGB (Red+Green+Blue) = 237+171+93=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB5D is #1254A2. Grayscale: #B6B6B6. Windows color (decimal): -1201315 or 6138861. OLE color: 6138861.

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

Color convert

RGB 237 171 93 -
CMYK 0 0.28 0.61 0.07
HSL 32.5º 0.8% 0.65% -
HSV(B) 32.5º 0.61% 0.93% -
XYZ 51.46 47.92 16.89 -
YUV 181.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 237 171 93 0 0.28 0.61 0.07 32.5 0.8 0.65
Hex ED AB 5D 0 1C 3D 7 20 50 41
Octal 355 253 135 0 34 75 7 40 120 101
Binary 11101101 10101011 1011101 0 11100 111101 111 100000 1010000 1000001

Color Harmonies of #EDAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB5D

Black with #EDAB5D

Text Example


Text Example

White with #EDAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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