Html Css Color HEX #EAA16D Sandy Brown

📋 copy color: '#EAA16D'

red 234 ◦ green 161 ◦ blue 109

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

Shades of Sandy Brown #EAA16D

Tints of Sandy Brown #EAA16D

RGB

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

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

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

R = 46.43%
G = 31.94%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAA16D (or 0xEAA16D) is known color: Sandy Brown. HEX triplet: EA, A1 and 6D. RGB value is (234,161,109). Sum of RGB (Red+Green+Blue) = 234+161+109=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA16D is #155E92. Grayscale: #B1B1B1. Windows color (decimal): -1400467 or 7184874. OLE color: 7184874.

HSL color Cylindrical-coordinate representation of color #EAA16D: hue angle of 24.96º 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 #EAA16D is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 109 -
CMYK 0 0.31 0.53 0.08
HSL 24.96º 0.75% 0.67% -
HSV(B) 24.96º 0.53% 0.92% -
XYZ 49.44 44.09 20.37 -
YUV 176.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 234 161 109 0 0.31 0.53 0.08 24.96 0.75 0.67
Hex EA A1 6D 0 1F 35 8 19 4B 43
Octal 352 241 155 0 37 65 10 31 113 103
Binary 11101010 10100001 1101101 0 11111 110101 1000 11001 1001011 1000011

Color Harmonies of #EAA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA16D

Black with #EAA16D

Text Example


Text Example

White with #EAA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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