#E8CF5E

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

Shades of Golden Sand #E8CF5E

Tints of Golden Sand #E8CF5E

Color information

#E8CF5E (or 0xE8CF5E) is unknown color: approx Golden Sand. HEX triplet: E8, CF and 5E. RGB value is (232,207,94). Sum of RGB (Red+Green+Blue) = 232+207+94=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF5E is #1730A1. Grayscale: #CACACA. Windows color (decimal): -1519778 or 6213608. OLE color: 6213608.

HSL color Cylindrical-coordinate representation of color #E8CF5E: hue angle of 49.13º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8CF5E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23220794-
CMYK00.110.590.09
HSL49.13º75%63.92%-
HSV(B)49.13º59.48%90.98%-
XYZ57.6162.5919.63-
YUV201.5967.28149.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.53%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 94 (37.11% from 255) = 17.64%
R=43.53%
G=38.84%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322079400.110.590.0949.137563.92
HexE8CF5E0B3B9314b40
Octal350317136013731161113100
Binary1110100011001111101111001011111011100111000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CF5E; }

 p { color: rgb(232,207,94); }

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

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

 a { background-color: rgb(232,207,94); }

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

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

 span { border-color: rgb(232,207,94); }

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