Html Css Color HEX #EFC216 Moon Yellow

📋 copy color: '#EFC216'

red 239 ◦ green 194 ◦ blue 22

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

Shades of Moon Yellow #EFC216

Tints of Moon Yellow #EFC216

RGB

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

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

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

R = 52.53%
G = 42.64%
B = 4.84%

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

#EFC216 (or 0xEFC216) is known color: Moon Yellow. HEX triplet: EF, C2 and 16. RGB value is (239,194,22). Sum of RGB (Red+Green+Blue) = 239+194+22=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC216 is #103DE9. Grayscale: #BCBCBC. Windows color (decimal): -1064426 or 1491695. OLE color: 1491695.

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

Color convert

RGB 239 194 22 -
CMYK 0 0.19 0.91 0.06
HSL 47.56º 0.87% 0.51% -
HSV(B) 47.56º 0.91% 0.94% -
XYZ 55.03 56.99 8.86 -
YUV 187.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 239 194 22 0 0.19 0.91 0.06 47.56 0.87 0.51
Hex EF C2 16 0 13 5B 6 30 57 33
Octal 357 302 26 0 23 133 6 60 127 63
Binary 11101111 11000010 10110 0 10011 1011011 110 110000 1010111 110011

Color Harmonies of #EFC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC216

Black with #EFC216

Text Example


Text Example

White with #EFC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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