#E0CD69

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

Shades of Golden Sand #E0CD69

Tints of Golden Sand #E0CD69

Color information

#E0CD69 (or 0xE0CD69) is unknown color: approx Golden Sand. HEX triplet: E0, CD and 69. RGB value is (224,205,105). Sum of RGB (Red+Green+Blue) = 224+205+105=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CD69 is #1F3296. Grayscale: #C7C7C7. Windows color (decimal): -2044567 or 6933984. OLE color: 6933984.

HSL color Cylindrical-coordinate representation of color #E0CD69: hue angle of 50.42º 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 #E0CD69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224205105-
CMYK00.080.530.12
HSL50.42º65.75%64.51%-
HSV(B)50.42º53.12%87.84%-
XYZ55.1260.5322.14-
YUV199.2874.79145.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=41.95%
G=38.39%
B=19.66%

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
Decimal22420510500.080.530.1250.4265.7564.51
HexE0CD690835C324241
Octal340315151010651462102101
Binary1110000011001101110100101000110101110011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD69; }

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

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

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

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

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

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

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

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