#EFBB41

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

Shades of Cream Can #EFBB41

Tints of Cream Can #EFBB41

Color information

#EFBB41 (or 0xEFBB41) is unknown color: approx Cream Can. HEX triplet: EF, BB and 41. RGB value is (239,187,65). Sum of RGB (Red+Green+Blue) = 239+187+65=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB41 is #1044BE. Grayscale: #BDBDBD. Windows color (decimal): -1066175 or 4307951. OLE color: 4307951.

HSL color Cylindrical-coordinate representation of color #EFBB41: hue angle of 42.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFBB41 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB23918765-
CMYK00.220.730.06
HSL42.07º84.47%59.61%-
HSV(B)42.07º72.8%93.73%-
XYZ54.3254.2712.61-
YUV188.6458.23163.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=48.68%
G=38.09%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391876500.220.730.0642.0784.4759.61
HexEFBB410164962a543c
Octal35727310102611165212474
Binary1110111110111011100000101011010010011101010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB41; }

 p { color: rgb(239,187,65); }

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

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

 a { background-color: rgb(239,187,65); }

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

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

 span { border-color: rgb(239,187,65); }

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