Html Css Color HEX #EFC40E Moon Yellow

📋 copy color: '#EFC40E'

red 239 ◦ green 196 ◦ blue 14

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

Shades of Moon Yellow #EFC40E

Tints of Moon Yellow #EFC40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 53.23%
G = 43.65%
B = 3.12%

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

#EFC40E (or 0xEFC40E) is known color: Moon Yellow. HEX triplet: EF, C4 and 0E. RGB value is (239,196,14). Sum of RGB (Red+Green+Blue) = 239+196+14=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC40E is #103BF1. Grayscale: #BCBCBC. Windows color (decimal): -1063922 or 967919. OLE color: 967919.

HSL color Cylindrical-coordinate representation of color #EFC40E: hue angle of 48.53º degrees, saturation: 0.89, 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 #EFC40E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 14 -
CMYK 0 0.18 0.94 0.06
HSL 48.53º 0.89% 0.5% -
HSV(B) 48.53º 0.94% 0.94% -
XYZ 55.42 57.86 8.66 -
YUV 188.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 239 196 14 0 0.18 0.94 0.06 48.53 0.89 0.5
Hex EF C4 E 0 12 5E 6 31 59 32
Octal 357 304 16 0 22 136 6 61 131 62
Binary 11101111 11000100 1110 0 10010 1011110 110 110001 1011001 110010

Color Harmonies of #EFC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC40E

Black with #EFC40E

Text Example


Text Example

White with #EFC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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