Html Css Color HEX #EAA265 Sandy Brown

📋 copy color: '#EAA265'

red 234 ◦ green 162 ◦ blue 101

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

Shades of Sandy Brown #EAA265

Tints of Sandy Brown #EAA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 47.08%
G = 32.6%
B = 20.32%

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

#EAA265 (or 0xEAA265) is known color: Sandy Brown. HEX triplet: EA, A2 and 65. RGB value is (234,162,101). Sum of RGB (Red+Green+Blue) = 234+162+101=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA265 is #155D9A. Grayscale: #B0B0B0. Windows color (decimal): -1400219 or 6660842. OLE color: 6660842.

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

Color convert

RGB 234 162 101 -
CMYK 0 0.31 0.57 0.08
HSL 27.52º 0.76% 0.66% -
HSV(B) 27.52º 0.57% 0.92% -
XYZ 49.2 44.27 18.26 -
YUV 176.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 234 162 101 0 0.31 0.57 0.08 27.52 0.76 0.66
Hex EA A2 65 0 1F 39 8 1C 4C 42
Octal 352 242 145 0 37 71 10 34 114 102
Binary 11101010 10100010 1100101 0 11111 111001 1000 11100 1001100 1000010

Color Harmonies of #EAA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA265

Black with #EAA265

Text Example


Text Example

White with #EAA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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