#EFBA1F

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

Shades of Moon Yellow #EFBA1F

Tints of Moon Yellow #EFBA1F

Color information

#EFBA1F (or 0xEFBA1F) is unknown color: approx Moon Yellow. HEX triplet: EF, BA and 1F. RGB value is (239,186,31). Sum of RGB (Red+Green+Blue) = 239+186+31=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA1F is #1045E0. Grayscale: #B8B8B8. Windows color (decimal): -1066465 or 2079471. OLE color: 2079471.

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

Color convert

RGB23918631-
CMYK00.220.870.06
HSL44.71º86.67%52.94%-
HSV(B)44.71º87.03%93.73%-
XYZ53.453.578.82-
YUV184.1841.56167.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 31 (12.5% from 255) = 6.80%
R=52.41%
G=40.79%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391863100.220.870.0644.7186.6752.94
HexEFBA1F0165762d5735
Octal3572723702612765512765
Binary11101111101110101111101011010101111101011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA1F; }

 p { color: rgb(239,186,31); }

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

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

 a { background-color: rgb(239,186,31); }

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

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

 span { border-color: rgb(239,186,31); }

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