#E0CC6B

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

Shades of Golden Sand #E0CC6B

Tints of Golden Sand #E0CC6B

Color information

#E0CC6B (or 0xE0CC6B) is unknown color: approx Golden Sand. HEX triplet: E0, CC and 6B. RGB value is (224,204,107). Sum of RGB (Red+Green+Blue) = 224+204+107=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC6B is #1F3394. Grayscale: #C7C7C7. Windows color (decimal): -2044821 or 7064800. OLE color: 7064800.

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

Color convert

RGB224204107-
CMYK00.090.520.12
HSL49.74º65.36%64.9%-
HSV(B)49.74º52.23%87.84%-
XYZ54.9960.0922.61-
YUV198.9276.13145.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 107 (42.19% from 255) = 20%
R=41.87%
G=38.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420410700.090.520.1249.7465.3664.9
HexE0CC6B0934C324141
Octal340314153011641462101101
Binary1110000011001100110101101001110100110011001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC6B; }

 p { color: rgb(224,204,107); }

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

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

 a { background-color: rgb(224,204,107); }

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

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

 span { border-color: rgb(224,204,107); }

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