#efbb4b

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

Shades of Cream Can #EFBB4B

Tints of Cream Can #EFBB4B

Color information

#EFBB4B (or 0xEFBB4B) is unknown color: approx Cream Can. HEX triplet: EF, BB and 4B. RGB value is (239,187,75). Sum of RGB (Red+Green+Blue) = 239+187+75=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB4B is #1044B4. Grayscale: #BEBEBE. Windows color (decimal): -1066165 or 4963311. OLE color: 4963311.

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

Color convert

RGB23918775-
CMYK00.220.690.06
HSL40.98º83.67%61.57%-
HSV(B)40.98º68.62%93.73%-
XYZ54.6454.414.28-
YUV189.7863.23163.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 75 (29.69% from 255) = 14.97%
R=47.70%
G=37.33%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391877500.220.690.0640.9883.6761.57
HexEFBB4B01645629543e
Octal35727311302610565112476
Binary1110111110111011100101101011010001011101010011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbb4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbb4b; }

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

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

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

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

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

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

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

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