#E5CB6C

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

Shades of Golden Sand #E5CB6C

Tints of Golden Sand #E5CB6C

Color information

#E5CB6C (or 0xE5CB6C) is unknown color: approx Golden Sand. HEX triplet: E5, CB and 6C. RGB value is (229,203,108). Sum of RGB (Red+Green+Blue) = 229+203+108=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CB6C is #1A3493. Grayscale: #C8C8C8. Windows color (decimal): -1717396 or 7130085. OLE color: 7130085.

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

Color convert

RGB229203108-
CMYK00.110.530.10
HSL47.11º69.94%66.08%-
HSV(B)47.11º52.84%89.8%-
XYZ56.3860.4522.88-
YUV199.9476.11148.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 108 (42.58% from 255) = 20%
R=42.41%
G=37.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920310800.110.530.1047.1169.9466.08
HexE5CB6C0B35A2f4642
Octal345313154013651257106102
Binary1110010111001011110110001011110101101010111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB6C; }

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

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

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

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

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

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

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

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