#E2CE66

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

Shades of Golden Sand #E2CE66

Tints of Golden Sand #E2CE66

Color information

#E2CE66 (or 0xE2CE66) is unknown color: approx Golden Sand. HEX triplet: E2, CE and 66. RGB value is (226,206,102). Sum of RGB (Red+Green+Blue) = 226+206+102=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE66 is #1D3199. Grayscale: #C8C8C8. Windows color (decimal): -1913242 or 6737634. OLE color: 6737634.

HSL color Cylindrical-coordinate representation of color #E2CE66: hue angle of 50.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2CE66 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226206102-
CMYK00.090.550.11
HSL50.32º68.13%64.31%-
HSV(B)50.32º54.87%88.63%-
XYZ55.8361.2721.45-
YUV200.1272.63146.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 102 (40.23% from 255) = 19.10%
R=42.32%
G=38.58%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620610200.090.550.1150.3268.1364.31
HexE2CE660937B324440
Octal342316146011671362104100
Binary1110001011001110110011001001110111101111001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CE66; }

 p { color: rgb(226,206,102); }

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

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

 a { background-color: rgb(226,206,102); }

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

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

 span { border-color: rgb(226,206,102); }

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