#E7CB5C

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

Shades of Golden Sand #E7CB5C

Tints of Golden Sand #E7CB5C

Color information

#E7CB5C (or 0xE7CB5C) is unknown color: approx Golden Sand. HEX triplet: E7, CB and 5C. RGB value is (231,203,92). Sum of RGB (Red+Green+Blue) = 231+203+92=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB5C is #1834A3. Grayscale: #C7C7C7. Windows color (decimal): -1586340 or 6081511. OLE color: 6081511.

HSL color Cylindrical-coordinate representation of color #E7CB5C: hue angle of 47.91º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7CB5C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23120392-
CMYK00.120.600.09
HSL47.91º74.33%63.33%-
HSV(B)47.91º60.17%90.59%-
XYZ56.2460.4718.83-
YUV198.7267.78151.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=43.92%
G=38.59%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312039200.120.600.0947.9174.3363.33
HexE7CB5C0C3C9304a3f
Octal34731313401474116011277
Binary111001111100101110111000110011110010011100001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CB5C; }

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

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

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

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

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

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

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

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