Html Css Color HEX #EAA066 Sandy Brown

📋 copy color: '#EAA066'

red 234 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #EAA066

Tints of Sandy Brown #EAA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.56%

R = 47.18%
G = 32.26%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAA066 (or 0xEAA066) is known color: Sandy Brown. HEX triplet: EA, A0 and 66. RGB value is (234,160,102). Sum of RGB (Red+Green+Blue) = 234+160+102=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA066 is #155F99. Grayscale: #AFAFAF. Windows color (decimal): -1400730 or 6725866. OLE color: 6725866.

HSL color Cylindrical-coordinate representation of color #EAA066: hue angle of 26.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAA066 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 102 -
CMYK 0 0.32 0.56 0.08
HSL 26.36º 0.76% 0.66% -
HSV(B) 26.36º 0.56% 0.92% -
XYZ 48.9 43.59 18.41 -
YUV 175.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 234 160 102 0 0.32 0.56 0.08 26.36 0.76 0.66
Hex EA A0 66 0 20 38 8 1A 4C 42
Octal 352 240 146 0 40 70 10 32 114 102
Binary 11101010 10100000 1100110 0 100000 111000 1000 11010 1001100 1000010

Color Harmonies of #EAA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA066

Black with #EAA066

Text Example


Text Example

White with #EAA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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