Html Css Color HEX #EAA45C Sandy Brown

📋 copy color: '#EAA45C'

red 234 ◦ green 164 ◦ blue 92

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

Shades of Sandy Brown #EAA45C

Tints of Sandy Brown #EAA45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 47.76%
G = 33.47%
B = 18.78%

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

#EAA45C (or 0xEAA45C) is known color: Sandy Brown. HEX triplet: EA, A4 and 5C. RGB value is (234,164,92). Sum of RGB (Red+Green+Blue) = 234+164+92=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA45C is #155BA3. Grayscale: #B1B1B1. Windows color (decimal): -1399716 or 6071530. OLE color: 6071530.

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

Color convert

RGB 234 164 92 -
CMYK 0 0.30 0.61 0.08
HSL 30.42º 0.77% 0.64% -
HSV(B) 30.42º 0.61% 0.92% -
XYZ 49.14 44.82 16.19 -
YUV 176.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 234 164 92 0 0.30 0.61 0.08 30.42 0.77 0.64
Hex EA A4 5C 0 1E 3D 8 1E 4D 40
Octal 352 244 134 0 36 75 10 36 115 100
Binary 11101010 10100100 1011100 0 11110 111101 1000 11110 1001101 1000000

Color Harmonies of #EAA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA45C

Black with #EAA45C

Text Example


Text Example

White with #EAA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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