Html Css Color HEX #EAAA68 Sandy Brown

📋 copy color: '#EAAA68'

red 234 ◦ green 170 ◦ blue 104

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

Shades of Sandy Brown #EAAA68

Tints of Sandy Brown #EAAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 104 (41.02% from 255) = 20.47%

R = 46.06%
G = 33.46%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAAA68 (or 0xEAAA68) is known color: Sandy Brown. HEX triplet: EA, AA and 68. RGB value is (234,170,104). Sum of RGB (Red+Green+Blue) = 234+170+104=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA68 is #155597. Grayscale: #B5B5B5. Windows color (decimal): -1398168 or 6859498. OLE color: 6859498.

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

Color convert

RGB 234 170 104 -
CMYK 0 0.27 0.56 0.08
HSL 30.46º 0.76% 0.66% -
HSV(B) 30.46º 0.56% 0.92% -
XYZ 50.81 47.24 19.54 -
YUV 181.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 234 170 104 0 0.27 0.56 0.08 30.46 0.76 0.66
Hex EA AA 68 0 1B 38 8 1E 4C 42
Octal 352 252 150 0 33 70 10 36 114 102
Binary 11101010 10101010 1101000 0 11011 111000 1000 11110 1001100 1000010

Color Harmonies of #EAAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA68

Black with #EAAA68

Text Example


Text Example

White with #EAAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA68; }

 p { color: rgb(234,170,104); }

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

background-color css

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

 a { background-color: rgb(234,170,104); }

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

border-color css

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

 span { border-color: rgb(234,170,104); }

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