Html Css Color HEX #EFC213 Moon Yellow

📋 copy color: '#EFC213'

red 239 ◦ green 194 ◦ blue 19

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

Shades of Moon Yellow #EFC213

Tints of Moon Yellow #EFC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.2%

R = 52.88%
G = 42.92%
B = 4.2%

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

#EFC213 (or 0xEFC213) is known color: Moon Yellow. HEX triplet: EF, C2 and 13. RGB value is (239,194,19). Sum of RGB (Red+Green+Blue) = 239+194+19=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC213 is #103DEC. Grayscale: #BCBCBC. Windows color (decimal): -1064429 or 1295087. OLE color: 1295087.

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

Color convert

RGB 239 194 19 -
CMYK 0 0.19 0.92 0.06
HSL 47.73º 0.87% 0.51% -
HSV(B) 47.73º 0.92% 0.94% -
XYZ 55.01 56.98 8.72 -
YUV 187.51 32.91 164.73 -
System Red Green Blue C M Y K H S L
Decimal 239 194 19 0 0.19 0.92 0.06 47.73 0.87 0.51
Hex EF C2 13 0 13 5C 6 30 57 33
Octal 357 302 23 0 23 134 6 60 127 63
Binary 11101111 11000010 10011 0 10011 1011100 110 110000 1010111 110011

Color Harmonies of #EFC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC213

Black with #EFC213

Text Example


Text Example

White with #EFC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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