Html Css Color HEX #EAA66A Sandy Brown

📋 copy color: '#EAA66A'

red 234 ◦ green 166 ◦ blue 106

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

Shades of Sandy Brown #EAA66A

Tints of Sandy Brown #EAA66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 46.25%
G = 32.81%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAA66A (or 0xEAA66A) is known color: Sandy Brown. HEX triplet: EA, A6 and 6A. RGB value is (234,166,106). Sum of RGB (Red+Green+Blue) = 234+166+106=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA66A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA66A is #155995. Grayscale: #B3B3B3. Windows color (decimal): -1399190 or 6989546. OLE color: 6989546.

HSL color Cylindrical-coordinate representation of color #EAA66A: hue angle of 28.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAA66A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 106 -
CMYK 0 0.29 0.55 0.08
HSL 28.13º 0.75% 0.67% -
HSV(B) 28.13º 0.55% 0.92% -
XYZ 50.17 45.81 19.83 -
YUV 179.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 234 166 106 0 0.29 0.55 0.08 28.13 0.75 0.67
Hex EA A6 6A 0 1D 37 8 1C 4B 43
Octal 352 246 152 0 35 67 10 34 113 103
Binary 11101010 10100110 1101010 0 11101 110111 1000 11100 1001011 1000011

Color Harmonies of #EAA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA66A

Black with #EAA66A

Text Example


Text Example

White with #EAA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA66A; }

 p { color: rgb(234,166,106); }

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

background-color css

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

 a { background-color: rgb(234,166,106); }

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

border-color css

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

 span { border-color: rgb(234,166,106); }

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