Html Css Color HEX #EAA963 Sandy Brown

📋 copy color: '#EAA963'

red 234 ◦ green 169 ◦ blue 99

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

Shades of Sandy Brown #EAA963

Tints of Sandy Brown #EAA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.72%

R = 46.61%
G = 33.67%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAA963 (or 0xEAA963) is known color: Sandy Brown. HEX triplet: EA, A9 and 63. RGB value is (234,169,99). Sum of RGB (Red+Green+Blue) = 234+169+99=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA963 is #15569C. Grayscale: #B4B4B4. Windows color (decimal): -1398429 or 6531562. OLE color: 6531562.

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

Color convert

RGB 234 169 99 -
CMYK 0 0.28 0.58 0.08
HSL 31.11º 0.76% 0.65% -
HSV(B) 31.11º 0.58% 0.92% -
XYZ 50.37 46.77 18.18 -
YUV 180.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 234 169 99 0 0.28 0.58 0.08 31.11 0.76 0.65
Hex EA A9 63 0 1C 3A 8 1F 4C 41
Octal 352 251 143 0 34 72 10 37 114 101
Binary 11101010 10101001 1100011 0 11100 111010 1000 11111 1001100 1000001

Color Harmonies of #EAA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA963

Black with #EAA963

Text Example


Text Example

White with #EAA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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