#E6CF5E

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

Shades of Golden Sand #E6CF5E

Tints of Golden Sand #E6CF5E

Color information

#E6CF5E (or 0xE6CF5E) is unknown color: approx Golden Sand. HEX triplet: E6, CF and 5E. RGB value is (230,207,94). Sum of RGB (Red+Green+Blue) = 230+207+94=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF5E is #1930A1. Grayscale: #C9C9C9. Windows color (decimal): -1650850 or 6213606. OLE color: 6213606.

HSL color Cylindrical-coordinate representation of color #E6CF5E: hue angle of 49.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6CF5E is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23020794-
CMYK00.100.590.10
HSL49.85º73.12%63.53%-
HSV(B)49.85º59.13%90.2%-
XYZ56.9762.2619.6-
YUV20167.62148.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 94 (37.11% from 255) = 17.70%
R=43.31%
G=38.98%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302079400.100.590.1049.8573.1263.53
HexE6CF5E0A3BA324940
Octal346317136012731262111100
Binary1110011011001111101111001010111011101011001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF5E; }

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

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

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

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

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

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

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

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