#EEC665

Color #EEC665 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EEC665

Tints of Golden Sand #EEC665

Color information

#EEC665 (or 0xEEC665) is unknown color: approx Golden Sand. HEX triplet: EE, C6 and 65. RGB value is (238,198,101). Sum of RGB (Red+Green+Blue) = 238+198+101=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC665 is #11399A. Grayscale: #C7C7C7. Windows color (decimal): -1128859 or 6670062. OLE color: 6670062.

HSL color Cylindrical-coordinate representation of color #EEC665: hue angle of 42.48º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC665 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238198101-
CMYK00.170.580.07
HSL42.48º80.12%66.47%-
HSV(B)42.48º57.56%93.33%-
XYZ57.859.520.75-
YUV198.972.75155.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=44.32%
G=36.87%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819810100.170.580.0742.4880.1266.47
HexEEC6650113A72a5042
Octal35630614502172752120102
Binary1110111011000110110010101000111101011110101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC665; }

 p { color: rgb(238,198,101); }

 H1.HeaderClassName
 {
   color: #EEC665;
 }
 .AnyTagClassName
 {
   color: #EEC665;
 }
</style>
background-color css

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

 a { background-color: rgb(238,198,101); }

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

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

 span { border-color: rgb(238,198,101); }

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