Html Css Color HEX #EFC012 Moon Yellow

📋 copy color: '#EFC012'

red 239 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #EFC012

Tints of Moon Yellow #EFC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 53.23%
G = 42.76%
B = 4.01%

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

#EFC012 (or 0xEFC012) is known color: Moon Yellow. HEX triplet: EF, C0 and 12. RGB value is (239,192,18). Sum of RGB (Red+Green+Blue) = 239+192+18=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC012 is #103FED. Grayscale: #BABABA. Windows color (decimal): -1064942 or 1229039. OLE color: 1229039.

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

Color convert

RGB 239 192 18 -
CMYK 0 0.20 0.92 0.06
HSL 47.24º 0.87% 0.5% -
HSV(B) 47.24º 0.92% 0.94% -
XYZ 54.56 56.09 8.52 -
YUV 186.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 239 192 18 0 0.20 0.92 0.06 47.24 0.87 0.5
Hex EF C0 12 0 14 5C 6 2F 57 32
Octal 357 300 22 0 24 134 6 57 127 62
Binary 11101111 11000000 10010 0 10100 1011100 110 101111 1010111 110010

Color Harmonies of #EFC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC012

Black with #EFC012

Text Example


Text Example

White with #EFC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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