#EFBF4F

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

Shades of Cream Can #EFBF4F

Tints of Cream Can #EFBF4F

Color information

#EFBF4F (or 0xEFBF4F) is unknown color: approx Cream Can. HEX triplet: EF, BF and 4F. RGB value is (239,191,79). Sum of RGB (Red+Green+Blue) = 239+191+79=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF4F is #1040B0. Grayscale: #C1C1C1. Windows color (decimal): -1065137 or 5226479. OLE color: 5226479.

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

Color convert

RGB23919179-
CMYK00.200.670.06
HSL42º83.33%62.35%-
HSV(B)42º66.95%93.73%-
XYZ55.6456.1815.31-
YUV192.5863.9161.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 79 (31.25% from 255) = 15.52%
R=46.95%
G=37.52%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391917900.200.670.064283.3362.35
HexEFBF4F0144362a533e
Octal35727711702410365212376
Binary1110111110111111100111101010010000111101010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF4F; }

 p { color: rgb(239,191,79); }

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

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

 a { background-color: rgb(239,191,79); }

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

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

 span { border-color: rgb(239,191,79); }

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