#e2cc6f

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

Shades of Golden Sand #E2CC6F

Tints of Golden Sand #E2CC6F

Color information

#E2CC6F (or 0xE2CC6F) is unknown color: approx Golden Sand. HEX triplet: E2, CC and 6F. RGB value is (226,204,111). Sum of RGB (Red+Green+Blue) = 226+204+111=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC6F is #1D3390. Grayscale: #C8C8C8. Windows color (decimal): -1913745 or 7326946. OLE color: 7326946.

HSL color Cylindrical-coordinate representation of color #E2CC6F: hue angle of 48.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2CC6F is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB226204111-
CMYK00.100.510.11
HSL48.52º66.47%66.08%-
HSV(B)48.52º50.88%88.63%-
XYZ55.8360.523.77-
YUV199.9877.79146.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=41.77%
G=37.71%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620411100.100.510.1148.5266.4766.08
HexE2CC6F0A33B314242
Octal342314157012631361102102
Binary1110001011001100110111101010110011101111000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2cc6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2cc6f; }

 p { color: rgb(226,204,111); }

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

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

 a { background-color: rgb(226,204,111); }

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

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

 span { border-color: rgb(226,204,111); }

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