#EFC71A

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

Shades of Moon Yellow #EFC71A

Tints of Moon Yellow #EFC71A

Color information

#EFC71A (or 0xEFC71A) is unknown color: approx Moon Yellow. HEX triplet: EF, C7 and 1A. RGB value is (239,199,26). Sum of RGB (Red+Green+Blue) = 239+199+26=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC71A is #1038E5. Grayscale: #BFBFBF. Windows color (decimal): -1063142 or 1755119. OLE color: 1755119.

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

Color convert

RGB23919926-
CMYK00.170.890.06
HSL48.73º86.94%51.96%-
HSV(B)48.73º89.12%93.73%-
XYZ56.2159.279.46-
YUV191.2434.75162.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 26 (10.55% from 255) = 5.60%
R=51.51%
G=42.89%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391992600.170.890.0648.7386.9451.96
HexEFC71A011596315734
Octal3573073202113166112764
Binary11101111110001111101001000110110011101100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC71A; }

 p { color: rgb(239,199,26); }

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

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

 a { background-color: rgb(239,199,26); }

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

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

 span { border-color: rgb(239,199,26); }

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