Html Css Color HEX #EAA065 Sandy Brown

📋 copy color: '#EAA065'

red 234 ◦ green 160 ◦ blue 101

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

Shades of Sandy Brown #EAA065

Tints of Sandy Brown #EAA065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

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

R = 47.27%
G = 32.32%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAA065 (or 0xEAA065) is known color: Sandy Brown. HEX triplet: EA, A0 and 65. RGB value is (234,160,101). Sum of RGB (Red+Green+Blue) = 234+160+101=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA065 is #155F9A. Grayscale: #AFAFAF. Windows color (decimal): -1400731 or 6660330. OLE color: 6660330.

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

Color convert

RGB 234 160 101 -
CMYK 0 0.32 0.57 0.08
HSL 26.62º 0.76% 0.66% -
HSV(B) 26.62º 0.57% 0.92% -
XYZ 48.85 43.57 18.15 -
YUV 175.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 234 160 101 0 0.32 0.57 0.08 26.62 0.76 0.66
Hex EA A0 65 0 20 39 8 1B 4C 42
Octal 352 240 145 0 40 71 10 33 114 102
Binary 11101010 10100000 1100101 0 100000 111001 1000 11011 1001100 1000010

Color Harmonies of #EAA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA065

Black with #EAA065

Text Example


Text Example

White with #EAA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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