#EFBD45

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

Shades of Cream Can #EFBD45

Tints of Cream Can #EFBD45

Color information

#EFBD45 (or 0xEFBD45) is unknown color: approx Cream Can. HEX triplet: EF, BD and 45. RGB value is (239,189,69). Sum of RGB (Red+Green+Blue) = 239+189+69=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD45 is #1042BA. Grayscale: #BEBEBE. Windows color (decimal): -1065659 or 4570607. OLE color: 4570607.

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

Color convert

RGB23918969-
CMYK00.210.710.06
HSL42.35º84.16%60.39%-
HSV(B)42.35º71.13%93.73%-
XYZ54.8755.1813.39-
YUV190.2759.56162.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 69 (27.34% from 255) = 13.88%
R=48.09%
G=38.03%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391896900.210.710.0642.3584.1660.39
HexEFBD450154762a543c
Octal35727510502510765212474
Binary1110111110111101100010101010110001111101010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD45; }

 p { color: rgb(239,189,69); }

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

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

 a { background-color: rgb(239,189,69); }

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

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

 span { border-color: rgb(239,189,69); }

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