#E0CB6B

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

Shades of Golden Sand #E0CB6B

Tints of Golden Sand #E0CB6B

Color information

#E0CB6B (or 0xE0CB6B) is unknown color: approx Golden Sand. HEX triplet: E0, CB and 6B. RGB value is (224,203,107). Sum of RGB (Red+Green+Blue) = 224+203+107=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB6B is #1F3494. Grayscale: #C6C6C6. Windows color (decimal): -2045077 or 7064544. OLE color: 7064544.

HSL color Cylindrical-coordinate representation of color #E0CB6B: hue angle of 49.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0CB6B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224203107-
CMYK00.090.520.12
HSL49.23º65.36%64.9%-
HSV(B)49.23º52.23%87.84%-
XYZ54.7559.6222.53-
YUV198.3476.46146.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 107 (42.19% from 255) = 20.04%
R=41.95%
G=38.01%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420310700.090.520.1249.2365.3664.9
HexE0CB6B0934C314141
Octal340313153011641461101101
Binary1110000011001011110101101001110100110011000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CB6B; }

 p { color: rgb(224,203,107); }

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

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

 a { background-color: rgb(224,203,107); }

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

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

 span { border-color: rgb(224,203,107); }

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