#E4CF68

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

Shades of Golden Sand #E4CF68

Tints of Golden Sand #E4CF68

Color information

#E4CF68 (or 0xE4CF68) is unknown color: approx Golden Sand. HEX triplet: E4, CF and 68. RGB value is (228,207,104). Sum of RGB (Red+Green+Blue) = 228+207+104=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CF68 is #1B3097. Grayscale: #C9C9C9. Windows color (decimal): -1781912 or 6868964. OLE color: 6868964.

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

Color convert

RGB228207104-
CMYK00.090.540.11
HSL49.84º69.66%65.1%-
HSV(B)49.84º54.39%89.41%-
XYZ56.8162.1222.09-
YUV201.5472.96146.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=42.30%
G=38.40%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820710400.090.540.1149.8469.6665.1
HexE4CF680936B324641
Octal344317150011661362106101
Binary1110010011001111110100001001110110101111001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CF68; }

 p { color: rgb(228,207,104); }

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

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

 a { background-color: rgb(228,207,104); }

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

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

 span { border-color: rgb(228,207,104); }

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