#EFC15D

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

Shades of Cream Can #EFC15D

Tints of Cream Can #EFC15D

Color information

#EFC15D (or 0xEFC15D) is unknown color: approx Cream Can. HEX triplet: EF, C1 and 5D. RGB value is (239,193,93). Sum of RGB (Red+Green+Blue) = 239+193+93=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC15D is #103EA2. Grayscale: #C3C3C3. Windows color (decimal): -1064611 or 6144495. OLE color: 6144495.

HSL color Cylindrical-coordinate representation of color #EFC15D: hue angle of 41.1º 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 #EFC15D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23919393-
CMYK00.190.610.06
HSL41.1º82.02%65.1%-
HSV(B)41.1º61.09%93.73%-
XYZ56.6457.2818.43-
YUV195.3570.24159.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=45.52%
G=36.76%
B=17.71%

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
Decimal2391939300.190.610.0641.182.0265.1
HexEFC15D0133D6295241
Octal35730113502375651122101
Binary1110111111000001101110101001111110111010100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC15D; }

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

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

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

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

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

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

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

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