#EECD5E

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

Shades of Golden Sand #EECD5E

Tints of Golden Sand #EECD5E

Color information

#EECD5E (or 0xEECD5E) is unknown color: approx Golden Sand. HEX triplet: EE, CD and 5E. RGB value is (238,205,94). Sum of RGB (Red+Green+Blue) = 238+205+94=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD5E is #1132A1. Grayscale: #CACACA. Windows color (decimal): -1127074 or 6213102. OLE color: 6213102.

HSL color Cylindrical-coordinate representation of color #EECD5E: hue angle of 46.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECD5E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23820594-
CMYK00.140.610.07
HSL46.25º80.9%65.1%-
HSV(B)46.25º60.5%93.33%-
XYZ59.1162.6519.57-
YUV202.2166.93153.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 94 (37.11% from 255) = 17.50%
R=44.32%
G=38.18%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382059400.140.610.0746.2580.965.1
HexEECD5E0E3D72e5141
Octal35631513601675756121101
Binary111011101100110110111100111011110111110111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD5E; }

 p { color: rgb(238,205,94); }

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

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

 a { background-color: rgb(238,205,94); }

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

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

 span { border-color: rgb(238,205,94); }

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