#E3D15F

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

Shades of Golden Sand #E3D15F

Tints of Golden Sand #E3D15F

Color information

#E3D15F (or 0xE3D15F) is unknown color: approx Golden Sand. HEX triplet: E3, D1 and 5F. RGB value is (227,209,95). Sum of RGB (Red+Green+Blue) = 227+209+95=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D15F is #1C2EA0. Grayscale: #C9C9C9. Windows color (decimal): -1846945 or 6279651. OLE color: 6279651.

HSL color Cylindrical-coordinate representation of color #E3D15F: hue angle of 51.82º degrees, saturation: 0.7, 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 #E3D15F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22720995-
CMYK00.080.580.11
HSL51.82º70.21%63.14%-
HSV(B)51.82º58.15%89.02%-
XYZ56.5462.7619.96-
YUV201.3967.96146.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 95 (37.5% from 255) = 17.89%
R=42.75%
G=39.36%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272099500.080.580.1151.8270.2163.14
HexE3D15F083AB34463f
Octal34332113701072136410677
Binary111000111101000110111110100011101010111101001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D15F; }

 p { color: rgb(227,209,95); }

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

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

 a { background-color: rgb(227,209,95); }

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

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

 span { border-color: rgb(227,209,95); }

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