Html Css Color HEX #E6A06E Sandy Brown

📋 copy color: '#E6A06E'

red 230 ◦ green 160 ◦ blue 110

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

Shades of Sandy Brown #E6A06E

Tints of Sandy Brown #E6A06E

RGB

 RED value IS 230 (90.23% from 255) = 46%

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 46%
G = 32%
B = 22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6A06E (or 0xE6A06E) is known color: Sandy Brown. HEX triplet: E6, A0 and 6E. RGB value is (230,160,110). Sum of RGB (Red+Green+Blue) = 230+160+110=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A06E is #195F91. Grayscale: #AFAFAF. Windows color (decimal): -1662866 or 7250150. OLE color: 7250150.

HSL color Cylindrical-coordinate representation of color #E6A06E: hue angle of 25º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A06E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 110 -
CMYK 0 0.30 0.52 0.10
HSL 25º 0.71% 0.67% -
HSV(B) 25º 0.52% 0.9% -
XYZ 48.02 43.09 20.54 -
YUV 175.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 230 160 110 0 0.30 0.52 0.10 25 0.71 0.67
Hex E6 A0 6E 0 1E 34 A 19 47 43
Octal 346 240 156 0 36 64 12 31 107 103
Binary 11100110 10100000 1101110 0 11110 110100 1010 11001 1000111 1000011

Color Harmonies of #E6A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A06E

Black with #E6A06E

Text Example


Text Example

White with #E6A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A06E; }

 p { color: rgb(230,160,110); }

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

background-color css

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

 a { background-color: rgb(230,160,110); }

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

border-color css

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

 span { border-color: rgb(230,160,110); }

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