#efba49

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

Shades of Cream Can #EFBA49

Tints of Cream Can #EFBA49

Color information

#EFBA49 (or 0xEFBA49) is unknown color: approx Cream Can. HEX triplet: EF, BA and 49. RGB value is (239,186,73). Sum of RGB (Red+Green+Blue) = 239+186+73=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA49 is #1045B6. Grayscale: #BDBDBD. Windows color (decimal): -1066423 or 4831983. OLE color: 4831983.

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

Color convert

RGB23918673-
CMYK00.220.690.06
HSL40.84º83.84%61.18%-
HSV(B)40.84º69.46%93.73%-
XYZ54.3653.9513.85-
YUV188.9662.56163.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 73 (28.91% from 255) = 14.66%
R=47.99%
G=37.35%
B=14.66%

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
Decimal2391867300.220.690.0640.8483.8461.18
HexEFBA4901645629543d
Octal35727211102610565112475
Binary1110111110111010100100101011010001011101010011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efba49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efba49; }

 p { color: rgb(239,186,73); }

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

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

 a { background-color: rgb(239,186,73); }

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

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

 span { border-color: rgb(239,186,73); }

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