Html Css Color HEX #EFCD14 Moon Yellow

📋 copy color: '#EFCD14'

red 239 ◦ green 205 ◦ blue 20

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

Shades of Moon Yellow #EFCD14

Tints of Moon Yellow #EFCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 51.51%
G = 44.18%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFCD14 (or 0xEFCD14) is known color: Moon Yellow. HEX triplet: EF, CD and 14. RGB value is (239,205,20). Sum of RGB (Red+Green+Blue) = 239+205+20=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD14 is #1032EB. Grayscale: #C2C2C2. Windows color (decimal): -1061612 or 1363439. OLE color: 1363439.

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

Color convert

RGB 239 205 20 -
CMYK 0 0.14 0.92 0.06
HSL 50.68º 0.87% 0.51% -
HSV(B) 50.68º 0.92% 0.94% -
XYZ 57.55 62.06 9.61 -
YUV 194.08 29.76 160.04 -
System Red Green Blue C M Y K H S L
Decimal 239 205 20 0 0.14 0.92 0.06 50.68 0.87 0.51
Hex EF CD 14 0 E 5C 6 33 57 33
Octal 357 315 24 0 16 134 6 63 127 63
Binary 11101111 11001101 10100 0 1110 1011100 110 110011 1010111 110011

Color Harmonies of #EFCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD14

Black with #EFCD14

Text Example


Text Example

White with #EFCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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