#E2C45E

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

Shades of Golden Sand #E2C45E

Tints of Golden Sand #E2C45E

Color information

#E2C45E (or 0xE2C45E) is unknown color: approx Golden Sand. HEX triplet: E2, C4 and 5E. RGB value is (226,196,94). Sum of RGB (Red+Green+Blue) = 226+196+94=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C45E is #1D3BA1. Grayscale: #C1C1C1. Windows color (decimal): -1915810 or 6210786. OLE color: 6210786.

HSL color Cylindrical-coordinate representation of color #E2C45E: hue angle of 46.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C45E is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22619694-
CMYK00.130.580.11
HSL46.36º69.47%62.75%-
HSV(B)46.36º58.41%88.63%-
XYZ53.1256.4618.69-
YUV193.3471.94151.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=43.80%
G=37.98%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261969400.130.580.1146.3669.4762.75
HexE2C45E0D3AB2e453f
Octal34230413601572135610577
Binary111000101100010010111100110111101010111011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C45E; }

 p { color: rgb(226,196,94); }

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

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

 a { background-color: rgb(226,196,94); }

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

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

 span { border-color: rgb(226,196,94); }

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