#E0C65F

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

Shades of Golden Sand #E0C65F

Tints of Golden Sand #E0C65F

Color information

#E0C65F (or 0xE0C65F) is unknown color: approx Golden Sand. HEX triplet: E0, C6 and 5F. RGB value is (224,198,95). Sum of RGB (Red+Green+Blue) = 224+198+95=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C65F is #1F39A0. Grayscale: #C2C2C2. Windows color (decimal): -2046369 or 6276832. OLE color: 6276832.

HSL color Cylindrical-coordinate representation of color #E0C65F: hue angle of 47.91º degrees, saturation: 0.68, 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 #E0C65F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22419895-
CMYK00.120.580.12
HSL47.91º67.54%62.55%-
HSV(B)47.91º57.59%87.84%-
XYZ5357.0619.05-
YUV194.0372.11149.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=43.33%
G=38.30%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241989500.120.580.1247.9167.5462.55
HexE0C65F0C3AC30443f
Octal34030613701472146010477
Binary111000001100011010111110110011101011001100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C65F; }

 p { color: rgb(224,198,95); }

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

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

 a { background-color: rgb(224,198,95); }

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

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

 span { border-color: rgb(224,198,95); }

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