#EFC216

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

Shades of Moon Yellow #EFC216

Tints of Moon Yellow #EFC216

Color information

#EFC216 (or 0xEFC216) is unknown color: approx Moon Yellow. HEX triplet: EF, C2 and 16. RGB value is (239,194,22). Sum of RGB (Red+Green+Blue) = 239+194+22=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC216 is #103DE9. Grayscale: #BCBCBC. Windows color (decimal): -1064426 or 1491695. OLE color: 1491695.

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

Color convert

RGB23919422-
CMYK00.190.910.06
HSL47.56º87.15%51.18%-
HSV(B)47.56º90.79%93.73%-
XYZ55.0356.998.86-
YUV187.8534.41164.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 22 (8.98% from 255) = 4.84%
R=52.53%
G=42.64%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391942200.190.910.0647.5687.1551.18
HexEFC2160135B6305733
Octal3573022602313366012763
Binary11101111110000101011001001110110111101100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC216; }

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

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

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

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

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

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

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

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