#EFC210

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

Shades of Moon Yellow #EFC210

Tints of Moon Yellow #EFC210

Color information

#EFC210 (or 0xEFC210) is unknown color: approx Moon Yellow. HEX triplet: EF, C2 and 10. RGB value is (239,194,16). Sum of RGB (Red+Green+Blue) = 239+194+16=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC210 is #103DEF. Grayscale: #BBBBBB. Windows color (decimal): -1064432 or 1098479. OLE color: 1098479.

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

Color convert

RGB23919416-
CMYK00.190.930.06
HSL47.89º87.45%50%-
HSV(B)47.89º93.31%93.73%-
XYZ54.9856.978.59-
YUV187.1631.41164.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 16 (6.64% from 255) = 3.56%
R=53.23%
G=43.21%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391941600.190.930.0647.8987.4550
HexEFC2100135D6305732
Octal3573022002313566012762
Binary11101111110000101000001001110111011101100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC210; }

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

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

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

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

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

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

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

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