Html Css Color HEX #EFC120 Moon Yellow

📋 copy color: '#EFC120'

red 239 ◦ green 193 ◦ blue 32

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

Shades of Moon Yellow #EFC120

Tints of Moon Yellow #EFC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.59%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 51.51%
G = 41.59%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFC120 (or 0xEFC120) is known color: Moon Yellow. HEX triplet: EF, C1 and 20. RGB value is (239,193,32). Sum of RGB (Red+Green+Blue) = 239+193+32=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC120 is #103EDF. Grayscale: #BDBDBD. Windows color (decimal): -1064672 or 2146799. OLE color: 2146799.

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

Color convert

RGB 239 193 32 -
CMYK 0 0.19 0.87 0.06
HSL 46.67º 0.87% 0.53% -
HSV(B) 46.67º 0.87% 0.94% -
XYZ 54.93 56.59 9.4 -
YUV 188.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 239 193 32 0 0.19 0.87 0.06 46.67 0.87 0.53
Hex EF C1 20 0 13 57 6 2F 57 35
Octal 357 301 40 0 23 127 6 57 127 65
Binary 11101111 11000001 100000 0 10011 1010111 110 101111 1010111 110101

Color Harmonies of #EFC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC120

Black with #EFC120

Text Example


Text Example

White with #EFC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC120; }

 p { color: rgb(239,193,32); }

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

background-color css

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

 a { background-color: rgb(239,193,32); }

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

border-color css

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

 span { border-color: rgb(239,193,32); }

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