#E0CE69

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

Shades of Golden Sand #E0CE69

Tints of Golden Sand #E0CE69

Color information

#E0CE69 (or 0xE0CE69) is unknown color: approx Golden Sand. HEX triplet: E0, CE and 69. RGB value is (224,206,105). Sum of RGB (Red+Green+Blue) = 224+206+105=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE69 is #1F3196. Grayscale: #C8C8C8. Windows color (decimal): -2044311 or 6934240. OLE color: 6934240.

HSL color Cylindrical-coordinate representation of color #E0CE69: hue angle of 50.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0CE69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224206105-
CMYK00.080.530.12
HSL50.92º65.75%64.51%-
HSV(B)50.92º53.12%87.84%-
XYZ55.3661.0122.22-
YUV199.8774.46145.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 105 (41.41% from 255) = 19.63%
R=41.87%
G=38.50%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420610500.080.530.1250.9265.7564.51
HexE0CE690835C334241
Octal340316151010651463102101
Binary1110000011001110110100101000110101110011001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE69; }

 p { color: rgb(224,206,105); }

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

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

 a { background-color: rgb(224,206,105); }

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

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

 span { border-color: rgb(224,206,105); }

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