#EECB69

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

Shades of Golden Sand #EECB69

Tints of Golden Sand #EECB69

Color information

#EECB69 (or 0xEECB69) is unknown color: approx Golden Sand. HEX triplet: EE, CB and 69. RGB value is (238,203,105). Sum of RGB (Red+Green+Blue) = 238+203+105=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB69 is #113496. Grayscale: #CACACA. Windows color (decimal): -1127575 or 6933486. OLE color: 6933486.

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

Color convert

RGB238203105-
CMYK00.150.560.07
HSL44.21º79.64%67.25%-
HSV(B)44.21º55.88%93.33%-
XYZ59.1761.9122.2-
YUV202.2973.1153.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 105 (41.41% from 255) = 19.23%
R=43.59%
G=37.18%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820310500.150.560.0744.2179.6467.25
HexEECB690F3872c5043
Octal35631315101770754120103
Binary111011101100101111010010111111100011110110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB69; }

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

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

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

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

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

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

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

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