Html Css Color HEX #EAA55B Sandy Brown

📋 copy color: '#EAA55B'

red 234 ◦ green 165 ◦ blue 91

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

Shades of Sandy Brown #EAA55B

Tints of Sandy Brown #EAA55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

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

R = 47.76%
G = 33.67%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAA55B (or 0xEAA55B) is known color: Sandy Brown. HEX triplet: EA, A5 and 5B. RGB value is (234,165,91). Sum of RGB (Red+Green+Blue) = 234+165+91=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA55B is #155AA4. Grayscale: #B1B1B1. Windows color (decimal): -1399461 or 6006250. OLE color: 6006250.

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

Color convert

RGB 234 165 91 -
CMYK 0 0.29 0.61 0.08
HSL 31.05º 0.77% 0.64% -
HSV(B) 31.05º 0.61% 0.92% -
XYZ 49.28 45.16 16.02 -
YUV 177.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 234 165 91 0 0.29 0.61 0.08 31.05 0.77 0.64
Hex EA A5 5B 0 1D 3D 8 1F 4D 40
Octal 352 245 133 0 35 75 10 37 115 100
Binary 11101010 10100101 1011011 0 11101 111101 1000 11111 1001101 1000000

Color Harmonies of #EAA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA55B

Black with #EAA55B

Text Example


Text Example

White with #EAA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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