Html Css Color HEX #EAA85B Sandy Brown

📋 copy color: '#EAA85B'

red 234 ◦ green 168 ◦ blue 91

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

Shades of Sandy Brown #EAA85B

Tints of Sandy Brown #EAA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 91 (35.94% from 255) = 18.46%

R = 47.46%
G = 34.08%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAA85B (or 0xEAA85B) is known color: Sandy Brown. HEX triplet: EA, A8 and 5B. RGB value is (234,168,91). Sum of RGB (Red+Green+Blue) = 234+168+91=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA85B is #1557A4. Grayscale: #B3B3B3. Windows color (decimal): -1398693 or 6007018. OLE color: 6007018.

HSL color Cylindrical-coordinate representation of color #EAA85B: hue angle of 32.31º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAA85B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 91 -
CMYK 0 0.28 0.61 0.08
HSL 32.31º 0.77% 0.64% -
HSV(B) 32.31º 0.61% 0.92% -
XYZ 49.82 46.25 16.2 -
YUV 178.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 234 168 91 0 0.28 0.61 0.08 32.31 0.77 0.64
Hex EA A8 5B 0 1C 3D 8 20 4D 40
Octal 352 250 133 0 34 75 10 40 115 100
Binary 11101010 10101000 1011011 0 11100 111101 1000 100000 1001101 1000000

Color Harmonies of #EAA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA85B

Black with #EAA85B

Text Example


Text Example

White with #EAA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA85B; }

 p { color: rgb(234,168,91); }

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

background-color css

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

 a { background-color: rgb(234,168,91); }

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

border-color css

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

 span { border-color: rgb(234,168,91); }

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