Html Css Color HEX #EAA266 Sandy Brown

📋 copy color: '#EAA266'

red 234 ◦ green 162 ◦ blue 102

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

Shades of Sandy Brown #EAA266

Tints of Sandy Brown #EAA266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.48%

R = 46.99%
G = 32.53%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAA266 (or 0xEAA266) is known color: Sandy Brown. HEX triplet: EA, A2 and 66. RGB value is (234,162,102). Sum of RGB (Red+Green+Blue) = 234+162+102=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA266 is #155D99. Grayscale: #B1B1B1. Windows color (decimal): -1400218 or 6726378. OLE color: 6726378.

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

Color convert

RGB 234 162 102 -
CMYK 0 0.31 0.56 0.08
HSL 27.27º 0.76% 0.66% -
HSV(B) 27.27º 0.56% 0.92% -
XYZ 49.25 44.29 18.52 -
YUV 176.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 234 162 102 0 0.31 0.56 0.08 27.27 0.76 0.66
Hex EA A2 66 0 1F 38 8 1B 4C 42
Octal 352 242 146 0 37 70 10 33 114 102
Binary 11101010 10100010 1100110 0 11111 111000 1000 11011 1001100 1000010

Color Harmonies of #EAA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA266

Black with #EAA266

Text Example


Text Example

White with #EAA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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