Html Css Color HEX #EAA76C Sandy Brown

📋 copy color: '#EAA76C'

red 234 ◦ green 167 ◦ blue 108

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

Shades of Sandy Brown #EAA76C

Tints of Sandy Brown #EAA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.81%

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 45.97%
G = 32.81%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAA76C (or 0xEAA76C) is known color: Sandy Brown. HEX triplet: EA, A7 and 6C. RGB value is (234,167,108). Sum of RGB (Red+Green+Blue) = 234+167+108=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA76C is #155893. Grayscale: #B4B4B4. Windows color (decimal): -1398932 or 7120874. OLE color: 7120874.

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

Color convert

RGB 234 167 108 -
CMYK 0 0.29 0.54 0.08
HSL 28.1º 0.75% 0.67% -
HSV(B) 28.1º 0.54% 0.92% -
XYZ 50.46 46.21 20.45 -
YUV 180.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 234 167 108 0 0.29 0.54 0.08 28.1 0.75 0.67
Hex EA A7 6C 0 1D 36 8 1C 4B 43
Octal 352 247 154 0 35 66 10 34 113 103
Binary 11101010 10100111 1101100 0 11101 110110 1000 11100 1001011 1000011

Color Harmonies of #EAA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA76C

Black with #EAA76C

Text Example


Text Example

White with #EAA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA76C; }

 p { color: rgb(234,167,108); }

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

background-color css

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

 a { background-color: rgb(234,167,108); }

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

border-color css

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

 span { border-color: rgb(234,167,108); }

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