#EECD69

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

Shades of Golden Sand #EECD69

Tints of Golden Sand #EECD69

Color information

#EECD69 (or 0xEECD69) is unknown color: approx Golden Sand. HEX triplet: EE, CD and 69. RGB value is (238,205,105). Sum of RGB (Red+Green+Blue) = 238+205+105=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD69 is #113296. Grayscale: #CBCBCB. Windows color (decimal): -1127063 or 6933998. OLE color: 6933998.

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

Color convert

RGB238205105-
CMYK00.140.560.07
HSL45.11º79.64%67.25%-
HSV(B)45.11º55.88%93.33%-
XYZ59.6462.8622.35-
YUV203.4772.43152.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.43%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 105 (41.41% from 255) = 19.16%
R=43.43%
G=37.41%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820510500.140.560.0745.1179.6467.25
HexEECD690E3872d5043
Octal35631515101670755120103
Binary111011101100110111010010111011100011110110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD69; }

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

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

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

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

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

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

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

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