#EFBD1B

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

Shades of Moon Yellow #EFBD1B

Tints of Moon Yellow #EFBD1B

Color information

#EFBD1B (or 0xEFBD1B) is unknown color: approx Moon Yellow. HEX triplet: EF, BD and 1B. RGB value is (239,189,27). Sum of RGB (Red+Green+Blue) = 239+189+27=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD1B is #1042E4. Grayscale: #BABABA. Windows color (decimal): -1065701 or 1818095. OLE color: 1818095.

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

Color convert

RGB23918927-
CMYK00.210.890.06
HSL45.85º86.89%52.16%-
HSV(B)45.85º88.7%93.73%-
XYZ53.9954.838.77-
YUV185.4838.56166.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 27 (10.94% from 255) = 5.93%
R=52.53%
G=41.54%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391892700.210.890.0645.8586.8952.16
HexEFBD1B0155962e5734
Octal3572753302513165612764
Binary11101111101111011101101010110110011101011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD1B; }

 p { color: rgb(239,189,27); }

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

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

 a { background-color: rgb(239,189,27); }

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

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

 span { border-color: rgb(239,189,27); }

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