Html Css Color HEX #EAA96D Sandy Brown

📋 copy color: '#EAA96D'

red 234 ◦ green 169 ◦ blue 109

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

Shades of Sandy Brown #EAA96D

Tints of Sandy Brown #EAA96D

RGB

 RED value IS 234 (91.8% from 255) = 45.7%

 GREEN value IS 169 (66.41% from 255) = 33.01%

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 45.7%
G = 33.01%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAA96D (or 0xEAA96D) is known color: Sandy Brown. HEX triplet: EA, A9 and 6D. RGB value is (234,169,109). Sum of RGB (Red+Green+Blue) = 234+169+109=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA96D is #155692. Grayscale: #B5B5B5. Windows color (decimal): -1398419 or 7186922. OLE color: 7186922.

HSL color Cylindrical-coordinate representation of color #EAA96D: hue angle of 28.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA96D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 109 -
CMYK 0 0.28 0.53 0.08
HSL 28.8º 0.75% 0.67% -
HSV(B) 28.8º 0.53% 0.92% -
XYZ 50.88 46.97 20.85 -
YUV 181.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 234 169 109 0 0.28 0.53 0.08 28.8 0.75 0.67
Hex EA A9 6D 0 1C 35 8 1D 4B 43
Octal 352 251 155 0 34 65 10 35 113 103
Binary 11101010 10101001 1101101 0 11100 110101 1000 11101 1001011 1000011

Color Harmonies of #EAA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA96D

Black with #EAA96D

Text Example


Text Example

White with #EAA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA96D; }

 p { color: rgb(234,169,109); }

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

background-color css

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

 a { background-color: rgb(234,169,109); }

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

border-color css

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

 span { border-color: rgb(234,169,109); }

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