Html Css Color HEX #EAA069 Sandy Brown

📋 copy color: '#EAA069'

red 234 ◦ green 160 ◦ blue 105

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

Shades of Sandy Brown #EAA069

Tints of Sandy Brown #EAA069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.04%

R = 46.89%
G = 32.06%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAA069 (or 0xEAA069) is known color: Sandy Brown. HEX triplet: EA, A0 and 69. RGB value is (234,160,105). Sum of RGB (Red+Green+Blue) = 234+160+105=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA069 is #155F96. Grayscale: #B0B0B0. Windows color (decimal): -1400727 or 6922474. OLE color: 6922474.

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

Color convert

RGB 234 160 105 -
CMYK 0 0.32 0.55 0.08
HSL 25.58º 0.75% 0.66% -
HSV(B) 25.58º 0.55% 0.92% -
XYZ 49.05 43.65 19.21 -
YUV 175.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 234 160 105 0 0.32 0.55 0.08 25.58 0.75 0.66
Hex EA A0 69 0 20 37 8 1A 4B 42
Octal 352 240 151 0 40 67 10 32 113 102
Binary 11101010 10100000 1101001 0 100000 110111 1000 11010 1001011 1000010

Color Harmonies of #EAA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA069

Black with #EAA069

Text Example


Text Example

White with #EAA069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA069; }

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

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

background-color css

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

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

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

border-color css

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

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

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