#E9CB71

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

Shades of Golden Sand #E9CB71

Tints of Golden Sand #E9CB71

Color information

#E9CB71 (or 0xE9CB71) is unknown color: approx Golden Sand. HEX triplet: E9, CB and 71. RGB value is (233,203,113). Sum of RGB (Red+Green+Blue) = 233+203+113=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CB71 is #16348E. Grayscale: #CACACA. Windows color (decimal): -1455247 or 7457769. OLE color: 7457769.

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

Color convert

RGB233203113-
CMYK00.130.520.09
HSL45º73.17%67.84%-
HSV(B)45º51.5%91.37%-
XYZ57.9461.2324.39-
YUV201.7177.94150.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=42.44%
G=36.98%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320311300.130.520.094573.1767.84
HexE9CB710D3492d4944
Octal351313161015641155111104
Binary1110100111001011111000101101110100100110110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CB71; }

 p { color: rgb(233,203,113); }

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

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

 a { background-color: rgb(233,203,113); }

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

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

 span { border-color: rgb(233,203,113); }

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