#EFC25E

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

Shades of Cream Can #EFC25E

Tints of Cream Can #EFC25E

Color information

#EFC25E (or 0xEFC25E) is unknown color: approx Cream Can. HEX triplet: EF, C2 and 5E. RGB value is (239,194,94). Sum of RGB (Red+Green+Blue) = 239+194+94=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC25E is #103DA1. Grayscale: #C4C4C4. Windows color (decimal): -1064354 or 6210287. OLE color: 6210287.

HSL color Cylindrical-coordinate representation of color #EFC25E: hue angle of 41.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC25E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23919494-
CMYK00.190.610.06
HSL41.38º81.92%65.29%-
HSV(B)41.38º60.67%93.73%-
XYZ56.9157.7418.74-
YUV196.0670.41158.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 94 (37.11% from 255) = 17.84%
R=45.35%
G=36.81%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391949400.190.610.0641.3881.9265.29
HexEFC25E0133D6295241
Octal35730213602375651122101
Binary1110111111000010101111001001111110111010100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC25E; }

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

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

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

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

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

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

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

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