#E7CB64

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

Shades of Golden Sand #E7CB64

Tints of Golden Sand #E7CB64

Color information

#E7CB64 (or 0xE7CB64) is unknown color: approx Golden Sand. HEX triplet: E7, CB and 64. RGB value is (231,203,100). Sum of RGB (Red+Green+Blue) = 231+203+100=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB64 is #18349B. Grayscale: #C8C8C8. Windows color (decimal): -1586332 or 6605799. OLE color: 6605799.

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

Color convert

RGB231203100-
CMYK00.120.570.09
HSL47.18º73.18%64.9%-
HSV(B)47.18º56.71%90.59%-
XYZ56.6160.6220.77-
YUV199.6371.78150.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=43.26%
G=38.01%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120310000.120.570.0947.1873.1864.9
HexE7CB640C3992f4941
Octal347313144014711157111101
Binary1110011111001011110010001100111001100110111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CB64; }

 p { color: rgb(231,203,100); }

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

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

 a { background-color: rgb(231,203,100); }

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

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

 span { border-color: rgb(231,203,100); }

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