Html Css Color HEX #EAA964 Sandy Brown

📋 copy color: '#EAA964'

red 234 ◦ green 169 ◦ blue 100

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

Shades of Sandy Brown #EAA964

Tints of Sandy Brown #EAA964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 46.52%
G = 33.6%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAA964 (or 0xEAA964) is known color: Sandy Brown. HEX triplet: EA, A9 and 64. RGB value is (234,169,100). Sum of RGB (Red+Green+Blue) = 234+169+100=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA964 is #15569B. Grayscale: #B4B4B4. Windows color (decimal): -1398428 or 6597098. OLE color: 6597098.

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

Color convert

RGB 234 169 100 -
CMYK 0 0.28 0.57 0.08
HSL 30.9º 0.76% 0.65% -
HSV(B) 30.9º 0.57% 0.92% -
XYZ 50.42 46.79 18.43 -
YUV 180.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 234 169 100 0 0.28 0.57 0.08 30.9 0.76 0.65
Hex EA A9 64 0 1C 39 8 1F 4C 41
Octal 352 251 144 0 34 71 10 37 114 101
Binary 11101010 10101001 1100100 0 11100 111001 1000 11111 1001100 1000001

Color Harmonies of #EAA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA964

Black with #EAA964

Text Example


Text Example

White with #EAA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA964; }

 p { color: rgb(234,169,100); }

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

background-color css

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

 a { background-color: rgb(234,169,100); }

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

border-color css

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

 span { border-color: rgb(234,169,100); }

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