#E6CB5D

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

Shades of Golden Sand #E6CB5D

Tints of Golden Sand #E6CB5D

Color information

#E6CB5D (or 0xE6CB5D) is unknown color: approx Golden Sand. HEX triplet: E6, CB and 5D. RGB value is (230,203,93). Sum of RGB (Red+Green+Blue) = 230+203+93=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB5D is #1934A2. Grayscale: #C6C6C6. Windows color (decimal): -1651875 or 6147046. OLE color: 6147046.

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

Color convert

RGB23020393-
CMYK00.120.600.10
HSL48.18º73.26%63.33%-
HSV(B)48.18º59.57%90.2%-
XYZ55.9660.3319.05-
YUV198.5368.45150.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=43.73%
G=38.59%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302039300.120.600.1048.1873.2663.33
HexE6CB5D0C3CA30493f
Octal34631313501474126011177
Binary111001101100101110111010110011110010101100001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CB5D; }

 p { color: rgb(230,203,93); }

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

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

 a { background-color: rgb(230,203,93); }

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

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

 span { border-color: rgb(230,203,93); }

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