Html Css Color HEX #EFC014 Moon Yellow

📋 copy color: '#EFC014'

red 239 ◦ green 192 ◦ blue 20

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

Shades of Moon Yellow #EFC014

Tints of Moon Yellow #EFC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 20 (8.2% from 255) = 4.43%

R = 52.99%
G = 42.57%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFC014 (or 0xEFC014) is known color: Moon Yellow. HEX triplet: EF, C0 and 14. RGB value is (239,192,20). Sum of RGB (Red+Green+Blue) = 239+192+20=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC014 is #103FEB. Grayscale: #BBBBBB. Windows color (decimal): -1064940 or 1360111. OLE color: 1360111.

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

Color convert

RGB 239 192 20 -
CMYK 0 0.20 0.92 0.06
HSL 47.12º 0.87% 0.51% -
HSV(B) 47.12º 0.92% 0.94% -
XYZ 54.57 56.1 8.61 -
YUV 186.45 34.07 165.49 -
System Red Green Blue C M Y K H S L
Decimal 239 192 20 0 0.20 0.92 0.06 47.12 0.87 0.51
Hex EF C0 14 0 14 5C 6 2F 57 33
Octal 357 300 24 0 24 134 6 57 127 63
Binary 11101111 11000000 10100 0 10100 1011100 110 101111 1010111 110011

Color Harmonies of #EFC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC014

Black with #EFC014

Text Example


Text Example

White with #EFC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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