Html Css Color HEX #EFCA14 Moon Yellow

📋 copy color: '#EFCA14'

red 239 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #EFCA14

Tints of Moon Yellow #EFCA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 51.84%
G = 43.82%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFCA14 (or 0xEFCA14) is known color: Moon Yellow. HEX triplet: EF, CA and 14. RGB value is (239,202,20). Sum of RGB (Red+Green+Blue) = 239+202+20=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA14 is #1035EB. Grayscale: #C1C1C1. Windows color (decimal): -1062380 or 1362671. OLE color: 1362671.

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

Color convert

RGB 239 202 20 -
CMYK 0 0.15 0.92 0.06
HSL 49.86º 0.87% 0.51% -
HSV(B) 49.86º 0.92% 0.94% -
XYZ 56.84 60.64 9.37 -
YUV 192.32 30.76 161.3 -
System Red Green Blue C M Y K H S L
Decimal 239 202 20 0 0.15 0.92 0.06 49.86 0.87 0.51
Hex EF CA 14 0 F 5C 6 32 57 33
Octal 357 312 24 0 17 134 6 62 127 63
Binary 11101111 11001010 10100 0 1111 1011100 110 110010 1010111 110011

Color Harmonies of #EFCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA14

Black with #EFCA14

Text Example


Text Example

White with #EFCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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