#EEC66F

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

Shades of Golden Sand #EEC66F

Tints of Golden Sand #EEC66F

Color information

#EEC66F (or 0xEEC66F) is unknown color: approx Golden Sand. HEX triplet: EE, C6 and 6F. RGB value is (238,198,111). Sum of RGB (Red+Green+Blue) = 238+198+111=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC66F is #113990. Grayscale: #C8C8C8. Windows color (decimal): -1128849 or 7325422. OLE color: 7325422.

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

Color convert

RGB238198111-
CMYK00.170.530.07
HSL41.1º78.88%68.43%-
HSV(B)41.1º53.36%93.33%-
XYZ58.3259.7123.49-
YUV200.0477.75155.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 111 (43.75% from 255) = 20.29%
R=43.51%
G=36.20%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819811100.170.530.0741.178.8868.43
HexEEC66F011357294f44
Octal35630615702165751117104
Binary1110111011000110110111101000111010111110100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC66F; }

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

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

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

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

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

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

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

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