Html Css Color HEX #EAA86B Sandy Brown

📋 copy color: '#EAA86B'

red 234 ◦ green 168 ◦ blue 107

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

Shades of Sandy Brown #EAA86B

Tints of Sandy Brown #EAA86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.01%

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 45.97%
G = 33.01%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAA86B (or 0xEAA86B) is known color: Sandy Brown. HEX triplet: EA, A8 and 6B. RGB value is (234,168,107). Sum of RGB (Red+Green+Blue) = 234+168+107=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA86B is #155794. Grayscale: #B5B5B5. Windows color (decimal): -1398677 or 7055594. OLE color: 7055594.

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

Color convert

RGB 234 168 107 -
CMYK 0 0.28 0.54 0.08
HSL 28.82º 0.75% 0.67% -
HSV(B) 28.82º 0.54% 0.92% -
XYZ 50.59 46.56 20.23 -
YUV 180.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 234 168 107 0 0.28 0.54 0.08 28.82 0.75 0.67
Hex EA A8 6B 0 1C 36 8 1D 4B 43
Octal 352 250 153 0 34 66 10 35 113 103
Binary 11101010 10101000 1101011 0 11100 110110 1000 11101 1001011 1000011

Color Harmonies of #EAA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA86B

Black with #EAA86B

Text Example


Text Example

White with #EAA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA86B; }

 p { color: rgb(234,168,107); }

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

background-color css

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

 a { background-color: rgb(234,168,107); }

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

border-color css

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

 span { border-color: rgb(234,168,107); }

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