#EFBB10

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

Shades of Moon Yellow #EFBB10

Tints of Moon Yellow #EFBB10

Color information

#EFBB10 (or 0xEFBB10) is unknown color: approx Moon Yellow. HEX triplet: EF, BB and 10. RGB value is (239,187,16). Sum of RGB (Red+Green+Blue) = 239+187+16=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBB10 is #1044EF. Grayscale: #B7B7B7. Windows color (decimal): -1066224 or 1096687. OLE color: 1096687.

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

Color convert

RGB23918716-
CMYK00.220.930.06
HSL46.01º87.45%50%-
HSV(B)46.01º93.31%93.73%-
XYZ53.4653.938.08-
YUV183.0533.73167.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 16 (6.64% from 255) = 3.62%
R=54.07%
G=42.31%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391871600.220.930.0646.0187.4550
HexEFBB100165D62e5732
Octal3572732002613565612762
Binary11101111101110111000001011010111011101011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB10; }

 p { color: rgb(239,187,16); }

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

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

 a { background-color: rgb(239,187,16); }

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

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

 span { border-color: rgb(239,187,16); }

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