#E4CD65

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

Shades of Golden Sand #E4CD65

Tints of Golden Sand #E4CD65

Color information

#E4CD65 (or 0xE4CD65) is unknown color: approx Golden Sand. HEX triplet: E4, CD and 65. RGB value is (228,205,101). Sum of RGB (Red+Green+Blue) = 228+205+101=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CD65 is #1B329A. Grayscale: #C8C8C8. Windows color (decimal): -1782427 or 6671844. OLE color: 6671844.

HSL color Cylindrical-coordinate representation of color #E4CD65: hue angle of 49.13º 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 #E4CD65 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB228205101-
CMYK00.100.560.11
HSL49.13º70.17%64.51%-
HSV(B)49.13º55.7%89.41%-
XYZ56.1861.121.14-
YUV200.0272.12147.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=42.70%
G=38.39%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820510100.100.560.1149.1370.1764.51
HexE4CD650A38B314641
Octal344315145012701361106101
Binary1110010011001101110010101010111000101111000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CD65; }

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

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

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

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

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

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

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

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