#E4C95C

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

Shades of Golden Sand #E4C95C

Tints of Golden Sand #E4C95C

Color information

#E4C95C (or 0xE4C95C) is unknown color: approx Golden Sand. HEX triplet: E4, C9 and 5C. RGB value is (228,201,92). Sum of RGB (Red+Green+Blue) = 228+201+92=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C95C is #1B36A3. Grayscale: #C5C5C5. Windows color (decimal): -1783460 or 6080996. OLE color: 6080996.

HSL color Cylindrical-coordinate representation of color #E4C95C: hue angle of 48.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4C95C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22820192-
CMYK00.120.600.11
HSL48.09º71.58%62.75%-
HSV(B)48.09º59.65%89.41%-
XYZ54.8159.0418.63-
YUV196.6568.95150.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=43.76%
G=38.58%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282019200.120.600.1148.0971.5862.75
HexE4C95C0C3CB30483f
Octal34431113401474136011077
Binary111001001100100110111000110011110010111100001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C95C; }

 p { color: rgb(228,201,92); }

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

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

 a { background-color: rgb(228,201,92); }

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

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

 span { border-color: rgb(228,201,92); }

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