#E5CB73

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

Shades of Golden Sand #E5CB73

Tints of Golden Sand #E5CB73

Color information

#E5CB73 (or 0xE5CB73) is unknown color: approx Golden Sand. HEX triplet: E5, CB and 73. RGB value is (229,203,115). Sum of RGB (Red+Green+Blue) = 229+203+115=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CB73 is #1A348C. Grayscale: #C9C9C9. Windows color (decimal): -1717389 or 7588837. OLE color: 7588837.

HSL color Cylindrical-coordinate representation of color #E5CB73: hue angle of 46.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5CB73 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229203115-
CMYK00.110.500.10
HSL46.32º68.67%67.45%-
HSV(B)46.32º49.78%89.8%-
XYZ56.7660.6124.93-
YUV200.7479.61148.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 115 (45.31% from 255) = 21.02%
R=41.86%
G=37.11%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920311500.110.500.1046.3268.6767.45
HexE5CB730B32A2e4543
Octal345313163013621256105103
Binary1110010111001011111001101011110010101010111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB73; }

 p { color: rgb(229,203,115); }

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

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

 a { background-color: rgb(229,203,115); }

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

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

 span { border-color: rgb(229,203,115); }

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