#EFB920

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

Shades of Moon Yellow #EFB920

Tints of Moon Yellow #EFB920

Color information

#EFB920 (or 0xEFB920) is unknown color: approx Moon Yellow. HEX triplet: EF, B9 and 20. RGB value is (239,185,32). Sum of RGB (Red+Green+Blue) = 239+185+32=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB920 is #1046DF. Grayscale: #B8B8B8. Windows color (decimal): -1066720 or 2144751. OLE color: 2144751.

HSL color Cylindrical-coordinate representation of color #EFB920: hue angle of 44.35º 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 #EFB920 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23918532-
CMYK00.230.870.06
HSL44.35º86.61%53.14%-
HSV(B)44.35º86.61%93.73%-
XYZ53.2153.158.82-
YUV183.742.39167.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 32 (12.89% from 255) = 7.02%
R=52.41%
G=40.57%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391853200.230.870.0644.3586.6153.14
HexEFB9200175762c5735
Octal3572714002712765412765
Binary111011111011100110000001011110101111101011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB920; }

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

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

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

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

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

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

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

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