#EFBC54

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

Shades of Cream Can #EFBC54

Tints of Cream Can #EFBC54

Color information

#EFBC54 (or 0xEFBC54) is unknown color: approx Cream Can. HEX triplet: EF, BC and 54. RGB value is (239,188,84). Sum of RGB (Red+Green+Blue) = 239+188+84=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC54 is #1043AB. Grayscale: #BFBFBF. Windows color (decimal): -1065900 or 5553391. OLE color: 5553391.

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

Color convert

RGB23918884-
CMYK00.210.650.06
HSL40.26º82.89%63.33%-
HSV(B)40.26º64.85%93.73%-
XYZ55.1854.9616.09-
YUV191.3967.4161.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 84 (33.20% from 255) = 16.44%
R=46.77%
G=36.79%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391888400.210.650.0640.2682.8963.33
HexEFBC5401541628533f
Octal35727412402510165012377
Binary1110111110111100101010001010110000011101010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC54; }

 p { color: rgb(239,188,84); }

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

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

 a { background-color: rgb(239,188,84); }

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

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

 span { border-color: rgb(239,188,84); }

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