Html Css Color HEX #EAA264 Sandy Brown

📋 copy color: '#EAA264'

red 234 ◦ green 162 ◦ blue 100

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

Shades of Sandy Brown #EAA264

Tints of Sandy Brown #EAA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

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

R = 47.18%
G = 32.66%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAA264 (or 0xEAA264) is known color: Sandy Brown. HEX triplet: EA, A2 and 64. RGB value is (234,162,100). Sum of RGB (Red+Green+Blue) = 234+162+100=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA264 is #155D9B. Grayscale: #B0B0B0. Windows color (decimal): -1400220 or 6595306. OLE color: 6595306.

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

Color convert

RGB 234 162 100 -
CMYK 0 0.31 0.57 0.08
HSL 27.76º 0.76% 0.65% -
HSV(B) 27.76º 0.57% 0.92% -
XYZ 49.15 44.25 18.01 -
YUV 176.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 234 162 100 0 0.31 0.57 0.08 27.76 0.76 0.65
Hex EA A2 64 0 1F 39 8 1C 4C 41
Octal 352 242 144 0 37 71 10 34 114 101
Binary 11101010 10100010 1100100 0 11111 111001 1000 11100 1001100 1000001

Color Harmonies of #EAA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA264

Black with #EAA264

Text Example


Text Example

White with #EAA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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