Html Css Color HEX #EDAB64 Sandy Brown

📋 copy color: '#EDAB64'

red 237 ◦ green 171 ◦ blue 100

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

Shades of Sandy Brown #EDAB64

Tints of Sandy Brown #EDAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 46.65%
G = 33.66%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDAB64 (or 0xEDAB64) is known color: Sandy Brown. HEX triplet: ED, AB and 64. RGB value is (237,171,100). Sum of RGB (Red+Green+Blue) = 237+171+100=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB64 is #12549B. Grayscale: #B6B6B6. Windows color (decimal): -1201308 or 6597613. OLE color: 6597613.

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

Color convert

RGB 237 171 100 -
CMYK 0 0.28 0.58 0.07
HSL 31.09º 0.79% 0.66% -
HSV(B) 31.09º 0.58% 0.93% -
XYZ 51.79 48.05 18.6 -
YUV 182.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 237 171 100 0 0.28 0.58 0.07 31.09 0.79 0.66
Hex ED AB 64 0 1C 3A 7 1F 4F 42
Octal 355 253 144 0 34 72 7 37 117 102
Binary 11101101 10101011 1100100 0 11100 111010 111 11111 1001111 1000010

Color Harmonies of #EDAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB64

Black with #EDAB64

Text Example


Text Example

White with #EDAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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