Html Css Color HEX #EFC116 Moon Yellow

📋 copy color: '#EFC116'

red 239 ◦ green 193 ◦ blue 22

#EFC116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #EFC116

Tints of Moon Yellow #EFC116

RGB

 RED value IS 239 (93.75% from 255) = 52.64%

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 22 (8.98% from 255) = 4.85%

R = 52.64%
G = 42.51%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFC116 (or 0xEFC116) is known color: Moon Yellow. HEX triplet: EF, C1 and 16. RGB value is (239,193,22). Sum of RGB (Red+Green+Blue) = 239+193+22=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC116 is #103EE9. Grayscale: #BBBBBB. Windows color (decimal): -1064682 or 1491439. OLE color: 1491439.

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

Color convert

RGB 239 193 22 -
CMYK 0 0.19 0.91 0.06
HSL 47.28º 0.87% 0.51% -
HSV(B) 47.28º 0.91% 0.94% -
XYZ 54.81 56.55 8.79 -
YUV 187.26 34.74 164.9 -
System Red Green Blue C M Y K H S L
Decimal 239 193 22 0 0.19 0.91 0.06 47.28 0.87 0.51
Hex EF C1 16 0 13 5B 6 2F 57 33
Octal 357 301 26 0 23 133 6 57 127 63
Binary 11101111 11000001 10110 0 10011 1011011 110 101111 1010111 110011

Color Harmonies of #EFC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC116

Black with #EFC116

Text Example


Text Example

White with #EFC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC116; }

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

 H1.HeaderClassName
 {
   color: #EFC116;
 }
 .AnyTagClassName
 {
   color: #EFC116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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