Html Css Color HEX #EFC40F Moon Yellow

📋 copy color: '#EFC40F'

red 239 ◦ green 196 ◦ blue 15

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

Shades of Moon Yellow #EFC40F

Tints of Moon Yellow #EFC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.56%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 53.11%
G = 43.56%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFC40F (or 0xEFC40F) is known color: Moon Yellow. HEX triplet: EF, C4 and 0F. RGB value is (239,196,15). Sum of RGB (Red+Green+Blue) = 239+196+15=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC40F is #103BF0. Grayscale: #BCBCBC. Windows color (decimal): -1063921 or 1033455. OLE color: 1033455.

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

Color convert

RGB 239 196 15 -
CMYK 0 0.18 0.94 0.06
HSL 48.48º 0.88% 0.5% -
HSV(B) 48.48º 0.94% 0.94% -
XYZ 55.42 57.87 8.7 -
YUV 188.22 30.25 164.22 -
System Red Green Blue C M Y K H S L
Decimal 239 196 15 0 0.18 0.94 0.06 48.48 0.88 0.5
Hex EF C4 F 0 12 5E 6 30 58 32
Octal 357 304 17 0 22 136 6 60 130 62
Binary 11101111 11000100 1111 0 10010 1011110 110 110000 1011000 110010

Color Harmonies of #EFC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC40F

Black with #EFC40F

Text Example


Text Example

White with #EFC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC40F; }

 p { color: rgb(239,196,15); }

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

background-color css

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

 a { background-color: rgb(239,196,15); }

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

border-color css

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

 span { border-color: rgb(239,196,15); }

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