#EEC56F

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

Shades of Golden Sand #EEC56F

Tints of Golden Sand #EEC56F

Color information

#EEC56F (or 0xEEC56F) is unknown color: approx Golden Sand. HEX triplet: EE, C5 and 6F. RGB value is (238,197,111). Sum of RGB (Red+Green+Blue) = 238+197+111=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC56F is #113A90. Grayscale: #C7C7C7. Windows color (decimal): -1129105 or 7325166. OLE color: 7325166.

HSL color Cylindrical-coordinate representation of color #EEC56F: hue angle of 40.63º 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 #EEC56F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238197111-
CMYK00.170.530.07
HSL40.63º78.88%68.43%-
HSV(B)40.63º53.36%93.33%-
XYZ58.159.2623.41-
YUV199.4678.08155.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=43.59%
G=36.08%
B=20.33%

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
Decimal23819711100.170.530.0740.6378.8868.43
HexEEC56F011357294f44
Octal35630515702165751117104
Binary1110111011000101110111101000111010111110100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC56F; }

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

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

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

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

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

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

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

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