#efc15b

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

Shades of Cream Can #EFC15B

Tints of Cream Can #EFC15B

Color information

#EFC15B (or 0xEFC15B) is unknown color: approx Cream Can. HEX triplet: EF, C1 and 5B. RGB value is (239,193,91). Sum of RGB (Red+Green+Blue) = 239+193+91=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC15B is #103EA4. Grayscale: #C3C3C3. Windows color (decimal): -1064613 or 6013423. OLE color: 6013423.

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

Color convert

RGB23919391-
CMYK00.190.620.06
HSL41.35º82.22%64.71%-
HSV(B)41.35º61.92%93.73%-
XYZ56.5557.2517.97-
YUV195.1369.24159.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 91 (35.94% from 255) = 17.40%
R=45.70%
G=36.90%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391939100.190.620.0641.3582.2264.71
HexEFC15B0133E6295241
Octal35730113302376651122101
Binary1110111111000001101101101001111111011010100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc15b; }

 p { color: rgb(239,193,91); }

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

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

 a { background-color: rgb(239,193,91); }

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

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

 span { border-color: rgb(239,193,91); }

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