Html Css Color HEX #EFC714 Moon Yellow

📋 copy color: '#EFC714'

red 239 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #EFC714

Tints of Moon Yellow #EFC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

 BLUE value IS 20 (8.2% from 255) = 4.37%

R = 52.18%
G = 43.45%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFC714 (or 0xEFC714) is known color: Moon Yellow. HEX triplet: EF, C7 and 14. RGB value is (239,199,20). Sum of RGB (Red+Green+Blue) = 239+199+20=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC714 is #1038EB. Grayscale: #BFBFBF. Windows color (decimal): -1063148 or 1361903. OLE color: 1361903.

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

Color convert

RGB 239 199 20 -
CMYK 0 0.17 0.92 0.06
HSL 49.04º 0.87% 0.51% -
HSV(B) 49.04º 0.92% 0.94% -
XYZ 56.15 59.25 9.14 -
YUV 190.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 239 199 20 0 0.17 0.92 0.06 49.04 0.87 0.51
Hex EF C7 14 0 11 5C 6 31 57 33
Octal 357 307 24 0 21 134 6 61 127 63
Binary 11101111 11000111 10100 0 10001 1011100 110 110001 1010111 110011

Color Harmonies of #EFC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC714

Black with #EFC714

Text Example


Text Example

White with #EFC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC714; }

 p { color: rgb(239,199,20); }

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

background-color css

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

 a { background-color: rgb(239,199,20); }

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

border-color css

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

 span { border-color: rgb(239,199,20); }

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