#E9CF72

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

Shades of Golden Sand #E9CF72

Tints of Golden Sand #E9CF72

Color information

#E9CF72 (or 0xE9CF72) is unknown color: approx Golden Sand. HEX triplet: E9, CF and 72. RGB value is (233,207,114). Sum of RGB (Red+Green+Blue) = 233+207+114=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF72 is #16308D. Grayscale: #CCCCCC. Windows color (decimal): -1454222 or 7524329. OLE color: 7524329.

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

Color convert

RGB233207114-
CMYK00.110.510.09
HSL46.89º73.01%68.04%-
HSV(B)46.89º51.07%91.37%-
XYZ58.9563.1625-
YUV204.1777.11148.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 114 (44.92% from 255) = 20.58%
R=42.06%
G=37.36%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320711400.110.510.0946.8973.0168.04
HexE9CF720B3392f4944
Octal351317162013631157111104
Binary1110100111001111111001001011110011100110111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF72; }

 p { color: rgb(233,207,114); }

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

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

 a { background-color: rgb(233,207,114); }

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

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

 span { border-color: rgb(233,207,114); }

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