Html Css Color HEX #EDA164 Sandy Brown

📋 copy color: '#EDA164'

red 237 ◦ green 161 ◦ blue 100

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

Shades of Sandy Brown #EDA164

Tints of Sandy Brown #EDA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

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

R = 47.59%
G = 32.33%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDA164 (or 0xEDA164) is known color: Sandy Brown. HEX triplet: ED, A1 and 64. RGB value is (237,161,100). Sum of RGB (Red+Green+Blue) = 237+161+100=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA164 is #125E9B. Grayscale: #B1B1B1. Windows color (decimal): -1203868 or 6595053. OLE color: 6595053.

HSL color Cylindrical-coordinate representation of color #EDA164: hue angle of 26.72º 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 #EDA164 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 100 -
CMYK 0 0.32 0.58 0.07
HSL 26.72º 0.79% 0.66% -
HSV(B) 26.72º 0.58% 0.93% -
XYZ 49.97 44.41 18 -
YUV 176.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 237 161 100 0 0.32 0.58 0.07 26.72 0.79 0.66
Hex ED A1 64 0 20 3A 7 1B 4F 42
Octal 355 241 144 0 40 72 7 33 117 102
Binary 11101101 10100001 1100100 0 100000 111010 111 11011 1001111 1000010

Color Harmonies of #EDA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA164

Black with #EDA164

Text Example


Text Example

White with #EDA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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