#EFC20F

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

Shades of Moon Yellow #EFC20F

Tints of Moon Yellow #EFC20F

Color information

#EFC20F (or 0xEFC20F) is unknown color: approx Moon Yellow. HEX triplet: EF, C2 and 0F. RGB value is (239,194,15). Sum of RGB (Red+Green+Blue) = 239+194+15=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC20F is #103DF0. Grayscale: #BBBBBB. Windows color (decimal): -1064433 or 1032943. OLE color: 1032943.

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

Color convert

RGB23919415-
CMYK00.190.940.06
HSL47.95º88.19%49.8%-
HSV(B)47.95º93.72%93.73%-
XYZ54.9756.978.55-
YUV187.0530.91165.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 15 (6.25% from 255) = 3.35%
R=53.35%
G=43.30%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391941500.190.940.0647.9588.1949.8
HexEFC2F0135E6305832
Octal3573021702313666013062
Binary1110111111000010111101001110111101101100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC20F; }

 p { color: rgb(239,194,15); }

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

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

 a { background-color: rgb(239,194,15); }

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

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

 span { border-color: rgb(239,194,15); }

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