#E1CF5E

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

Shades of Golden Sand #E1CF5E

Tints of Golden Sand #E1CF5E

Color information

#E1CF5E (or 0xE1CF5E) is unknown color: approx Golden Sand. HEX triplet: E1, CF and 5E. RGB value is (225,207,94). Sum of RGB (Red+Green+Blue) = 225+207+94=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF5E is #1E30A1. Grayscale: #C7C7C7. Windows color (decimal): -1978530 or 6213601. OLE color: 6213601.

HSL color Cylindrical-coordinate representation of color #E1CF5E: hue angle of 51.76º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1CF5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22520794-
CMYK00.080.580.12
HSL51.76º68.59%62.55%-
HSV(B)51.76º58.22%88.24%-
XYZ55.3861.4419.53-
YUV199.568.46146.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 94 (37.11% from 255) = 17.87%
R=42.78%
G=39.35%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252079400.080.580.1251.7668.5962.55
HexE1CF5E083AC34453f
Octal34131713601072146410577
Binary111000011100111110111100100011101011001101001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF5E; }

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

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

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

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

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

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

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

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