#EFBE4C

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

Shades of Cream Can #EFBE4C

Tints of Cream Can #EFBE4C

Color information

#EFBE4C (or 0xEFBE4C) is unknown color: approx Cream Can. HEX triplet: EF, BE and 4C. RGB value is (239,190,76). Sum of RGB (Red+Green+Blue) = 239+190+76=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE4C is #1041B3. Grayscale: #C0C0C0. Windows color (decimal): -1065396 or 5029615. OLE color: 5029615.

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

Color convert

RGB23919076-
CMYK00.210.680.06
HSL41.96º83.59%61.76%-
HSV(B)41.96º68.2%93.73%-
XYZ55.3155.714.67-
YUV191.6562.73161.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 76 (30.08% from 255) = 15.05%
R=47.33%
G=37.62%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391907600.210.680.0641.9683.5961.76
HexEFBE4C0154462a543e
Octal35727611402510465212476
Binary1110111110111110100110001010110001001101010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE4C; }

 p { color: rgb(239,190,76); }

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

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

 a { background-color: rgb(239,190,76); }

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

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

 span { border-color: rgb(239,190,76); }

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