#e2cd64

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

Shades of Golden Sand #E2CD64

Tints of Golden Sand #E2CD64

Color information

#E2CD64 (or 0xE2CD64) is unknown color: approx Golden Sand. HEX triplet: E2, CD and 64. RGB value is (226,205,100). Sum of RGB (Red+Green+Blue) = 226+205+100=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD64 is #1D329B. Grayscale: #C7C7C7. Windows color (decimal): -1913500 or 6606306. OLE color: 6606306.

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

Color convert

RGB226205100-
CMYK00.090.560.11
HSL50º68.48%63.92%-
HSV(B)50º55.75%88.63%-
XYZ55.560.7520.86-
YUV199.3171.96147.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=42.56%
G=38.61%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620510000.090.560.115068.4863.92
HexE2CD640938B324440
Octal342315144011701362104100
Binary1110001011001101110010001001111000101111001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2cd64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2cd64; }

 p { color: rgb(226,205,100); }

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

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

 a { background-color: rgb(226,205,100); }

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

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

 span { border-color: rgb(226,205,100); }

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