#EECF69

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

Shades of Golden Sand #EECF69

Tints of Golden Sand #EECF69

Color information

#EECF69 (or 0xEECF69) is unknown color: approx Golden Sand. HEX triplet: EE, CF and 69. RGB value is (238,207,105). Sum of RGB (Red+Green+Blue) = 238+207+105=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF69 is #113096. Grayscale: #CDCDCD. Windows color (decimal): -1126551 or 6934510. OLE color: 6934510.

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

Color convert

RGB238207105-
CMYK00.130.560.07
HSL46.02º79.64%67.25%-
HSV(B)46.02º55.88%93.33%-
XYZ60.1263.8222.51-
YUV204.6471.77151.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=43.27%
G=37.64%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820710500.130.560.0746.0279.6467.25
HexEECF690D3872e5043
Octal35631715101570756120103
Binary111011101100111111010010110111100011110111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECF69; }

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

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

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

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

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

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

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

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