#E5CB65

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

Shades of Golden Sand #E5CB65

Tints of Golden Sand #E5CB65

Color information

#E5CB65 (or 0xE5CB65) is unknown color: approx Golden Sand. HEX triplet: E5, CB and 65. RGB value is (229,203,101). Sum of RGB (Red+Green+Blue) = 229+203+101=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CB65 is #1A349A. Grayscale: #C7C7C7. Windows color (decimal): -1717403 or 6671333. OLE color: 6671333.

HSL color Cylindrical-coordinate representation of color #E5CB65: hue angle of 47.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5CB65 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229203101-
CMYK00.110.560.10
HSL47.81º71.11%64.71%-
HSV(B)47.81º55.9%89.8%-
XYZ56.0260.3121-
YUV199.1572.61149.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=42.96%
G=38.09%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920310100.110.560.1047.8171.1164.71
HexE5CB650B38A304741
Octal345313145013701260107101
Binary1110010111001011110010101011111000101011000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB65; }

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

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

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

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

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

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

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

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