#E9C14D

Color #E9C14D Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #E9C14D

Tints of Cream Can #E9C14D

Color information

#E9C14D (or 0xE9C14D) is unknown color: approx Cream Can. HEX triplet: E9, C1 and 4D. RGB value is (233,193,77). Sum of RGB (Red+Green+Blue) = 233+193+77=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C14D is #163EB2. Grayscale: #C0C0C0. Windows color (decimal): -1457843 or 5095913. OLE color: 5095913.

HSL color Cylindrical-coordinate representation of color #E9C14D: hue angle of 44.62º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9C14D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23319377-
CMYK00.170.670.09
HSL44.62º78%60.78%-
HSV(B)44.62º66.95%91.37%-
XYZ54.015614.98-
YUV191.7463.25157.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=46.32%
G=38.37%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331937700.170.670.0944.627860.78
HexE9C14D0114392d4e3d
Octal351301115021103115511675
Binary11101001110000011001101010001100001110011011011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C14D; }

 p { color: rgb(233,193,77); }

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

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

 a { background-color: rgb(233,193,77); }

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

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

 span { border-color: rgb(233,193,77); }

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