#EFC814

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

Shades of Moon Yellow #EFC814

Tints of Moon Yellow #EFC814

Color information

#EFC814 (or 0xEFC814) is unknown color: approx Moon Yellow. HEX triplet: EF, C8 and 14. RGB value is (239,200,20). Sum of RGB (Red+Green+Blue) = 239+200+20=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC814 is #1037EB. Grayscale: #BFBFBF. Windows color (decimal): -1062892 or 1362159. OLE color: 1362159.

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

Color convert

RGB23920020-
CMYK00.160.920.06
HSL49.32º87.25%50.78%-
HSV(B)49.32º91.63%93.73%-
XYZ56.3859.719.22-
YUV191.1431.42162.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 20 (8.20% from 255) = 4.36%
R=52.07%
G=43.57%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392002000.160.920.0649.3287.2550.78
HexEFC8140105C6315733
Octal3573102402013466112763
Binary11101111110010001010001000010111001101100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC814; }

 p { color: rgb(239,200,20); }

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

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

 a { background-color: rgb(239,200,20); }

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

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

 span { border-color: rgb(239,200,20); }

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