Html Css Color HEX #EAA06C Sandy Brown

📋 copy color: '#EAA06C'

red 234 ◦ green 160 ◦ blue 108

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

Shades of Sandy Brown #EAA06C

Tints of Sandy Brown #EAA06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

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

R = 46.61%
G = 31.87%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAA06C (or 0xEAA06C) is known color: Sandy Brown. HEX triplet: EA, A0 and 6C. RGB value is (234,160,108). Sum of RGB (Red+Green+Blue) = 234+160+108=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA06C is #155F93. Grayscale: #B0B0B0. Windows color (decimal): -1400724 or 7119082. OLE color: 7119082.

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

Color convert

RGB 234 160 108 -
CMYK 0 0.32 0.54 0.08
HSL 24.76º 0.75% 0.67% -
HSV(B) 24.76º 0.54% 0.92% -
XYZ 49.21 43.72 20.03 -
YUV 176.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 234 160 108 0 0.32 0.54 0.08 24.76 0.75 0.67
Hex EA A0 6C 0 20 36 8 19 4B 43
Octal 352 240 154 0 40 66 10 31 113 103
Binary 11101010 10100000 1101100 0 100000 110110 1000 11001 1001011 1000011

Color Harmonies of #EAA06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA06C

Black with #EAA06C

Text Example


Text Example

White with #EAA06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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