#E7C25E

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

Shades of Cream Can #E7C25E

Tints of Cream Can #E7C25E

Color information

#E7C25E (or 0xE7C25E) is unknown color: approx Cream Can. HEX triplet: E7, C2 and 5E. RGB value is (231,194,94). Sum of RGB (Red+Green+Blue) = 231+194+94=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C25E is #183DA1. Grayscale: #C2C2C2. Windows color (decimal): -1588642 or 6210279. OLE color: 6210279.

HSL color Cylindrical-coordinate representation of color #E7C25E: hue angle of 43.8º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7C25E is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23119494-
CMYK00.160.590.09
HSL43.8º74.05%63.73%-
HSV(B)43.8º59.31%90.59%-
XYZ54.2756.3818.61-
YUV193.6671.76154.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.51%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=44.51%
G=37.38%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311949400.160.590.0943.874.0563.73
HexE7C25E0103B92c4a40
Octal347302136020731154112100
Binary11100111110000101011110010000111011100110110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C25E; }

 p { color: rgb(231,194,94); }

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

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

 a { background-color: rgb(231,194,94); }

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

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

 span { border-color: rgb(231,194,94); }

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