#EFBE20

Color #EFBE20 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EFBE20

Tints of Moon Yellow #EFBE20

Color information

#EFBE20 (or 0xEFBE20) is unknown color: approx Moon Yellow. HEX triplet: EF, BE and 20. RGB value is (239,190,32). Sum of RGB (Red+Green+Blue) = 239+190+32=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE20 is #1041DF. Grayscale: #BBBBBB. Windows color (decimal): -1065440 or 2146031. OLE color: 2146031.

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

Color convert

RGB23919032-
CMYK00.210.870.06
HSL45.8º86.61%53.14%-
HSV(B)45.8º86.61%93.73%-
XYZ54.2755.289.18-
YUV186.6440.73165.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 32 (12.89% from 255) = 6.94%
R=51.84%
G=41.21%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391903200.210.870.0645.886.6153.14
HexEFBE200155762e5735
Octal3572764002512765612765
Binary111011111011111010000001010110101111101011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE20; }

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

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

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

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

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

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

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

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