#E4CC65

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

Shades of Golden Sand #E4CC65

Tints of Golden Sand #E4CC65

Color information

#E4CC65 (or 0xE4CC65) is unknown color: approx Golden Sand. HEX triplet: E4, CC and 65. RGB value is (228,204,101). Sum of RGB (Red+Green+Blue) = 228+204+101=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CC65 is #1B339A. Grayscale: #C7C7C7. Windows color (decimal): -1782683 or 6671588. OLE color: 6671588.

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

Color convert

RGB228204101-
CMYK00.110.560.11
HSL48.66º70.17%64.51%-
HSV(B)48.66º55.7%89.41%-
XYZ55.9460.6221.06-
YUV199.4372.45148.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=42.78%
G=38.27%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820410100.110.560.1148.6670.1764.51
HexE4CC650B38B314641
Octal344314145013701361106101
Binary1110010011001100110010101011111000101111000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CC65; }

 p { color: rgb(228,204,101); }

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

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

 a { background-color: rgb(228,204,101); }

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

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

 span { border-color: rgb(228,204,101); }

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