Html Css Color HEX #EAA45B Sandy Brown

📋 copy color: '#EAA45B'

red 234 ◦ green 164 ◦ blue 91

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

Shades of Sandy Brown #EAA45B

Tints of Sandy Brown #EAA45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

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

R = 47.85%
G = 33.54%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAA45B (or 0xEAA45B) is known color: Sandy Brown. HEX triplet: EA, A4 and 5B. RGB value is (234,164,91). Sum of RGB (Red+Green+Blue) = 234+164+91=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA45B is #155BA4. Grayscale: #B0B0B0. Windows color (decimal): -1399717 or 6005994. OLE color: 6005994.

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

Color convert

RGB 234 164 91 -
CMYK 0 0.30 0.61 0.08
HSL 30.63º 0.77% 0.64% -
HSV(B) 30.63º 0.61% 0.92% -
XYZ 49.1 44.8 15.96 -
YUV 176.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 234 164 91 0 0.30 0.61 0.08 30.63 0.77 0.64
Hex EA A4 5B 0 1E 3D 8 1F 4D 40
Octal 352 244 133 0 36 75 10 37 115 100
Binary 11101010 10100100 1011011 0 11110 111101 1000 11111 1001101 1000000

Color Harmonies of #EAA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA45B

Black with #EAA45B

Text Example


Text Example

White with #EAA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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