Html Css Color HEX #EFC212 Moon Yellow

📋 copy color: '#EFC212'

red 239 ◦ green 194 ◦ blue 18

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

Shades of Moon Yellow #EFC212

Tints of Moon Yellow #EFC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

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

R = 52.99%
G = 43.02%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFC212 (or 0xEFC212) is known color: Moon Yellow. HEX triplet: EF, C2 and 12. RGB value is (239,194,18). Sum of RGB (Red+Green+Blue) = 239+194+18=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC212 is #103DED. Grayscale: #BCBCBC. Windows color (decimal): -1064430 or 1229551. OLE color: 1229551.

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

Color convert

RGB 239 194 18 -
CMYK 0 0.19 0.92 0.06
HSL 47.78º 0.87% 0.5% -
HSV(B) 47.78º 0.92% 0.94% -
XYZ 55 56.98 8.67 -
YUV 187.39 32.41 164.81 -
System Red Green Blue C M Y K H S L
Decimal 239 194 18 0 0.19 0.92 0.06 47.78 0.87 0.5
Hex EF C2 12 0 13 5C 6 30 57 32
Octal 357 302 22 0 23 134 6 60 127 62
Binary 11101111 11000010 10010 0 10011 1011100 110 110000 1010111 110010

Color Harmonies of #EFC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC212

Black with #EFC212

Text Example


Text Example

White with #EFC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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